Hello,
My NC’s journal shows errors like following
RequestException
cURL error 60: SSL: no alternative certificate subject name matches target host name ‘GFXX.freeboxos.fr’ (see libcurl - Error Codes) for https://GFXX.freeboxos.fr/ocm-provider/
error while discovering ocm provider
In fact, hostname https://GFXX.freeboxos.fr should not be used (it is invalid), and it does not have a SSL certificate.
I want to remove those links that generate this error.
When I do a “grep -E freeboxos nextcloud-sqlbkp_20240725.bak” in my SQL database backup, I find two entries that link to the invalid host GFXX.freeboxos.fr :
(15,6,‘agnes@GFXX.freeboxos.fr’,NULL,‘gilles’,‘gilles’,NULL,‘folder’,‘456159’,NULL,456159,‘’,17,1609006807,0,NULL,‘Yo7Ysp3T1sfhwCN’,0,NULL,0,NULL,0,NULL,NULL,NULL),
(1,-1,0,‘https://GFXX.freeboxos.fr/‘,‘15’,‘Yo7Ysp3T1sfhwCN’,’‘,’/20201226_velo’,‘gilles’,‘agnes’,'/Partages de Gilles/Photos/2021/Partages de Gilles/20201226_velo’,‘eb88fe476110f7db3e174ea1071948db’,1),
This entry corresponds to this share:
Unfortunately, the contextual menu does not provide any operation to remove it from the NC web interface:
How can I remove safely these links and solve these journal errors ?
Thanks in advance
Best regards
Gilles