Federation sharing: curl: (60) SSL certificate : unable to get local issuer certificate
splattner opened this issue · 1 comments
I try to share a folder over the federation cloud id with an other owncloud Server and I get the following error:
curl: (60) SSL certificate : unable to get local issuer certificate
the target server has a Let's Encrypt certificate and opening it in a browser does not report any certificat problems.
Its seems your docker image, or better curl in your docker image, cannot verify/validate the certificate of my remote owncloud instance.
The same happens when I try to accept a remote share request.
Anyone else with this problem?
You could probably add the Let's Encrypt certificat into the truster store of your container https://letsencrypt.org/certificates/
Ok, it seems I just did not correctly configured apache to deliver the intermediate certificat. Seems to work now. Sorry for the noice =)