greyltc / docker-owncloud

Arch linux based docker container with owncloud
111 stars 37 forks source link

Federation sharing: curl: (60) SSL certificate : unable to get local issuer certificate #97

Closed splattner closed 8 years ago

splattner commented 8 years ago

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/

splattner commented 8 years ago

Ok, it seems I just did not correctly configured apache to deliver the intermediate certificat. Seems to work now. Sorry for the noice =)