Hello, running Owncloud 8.0.4 stable on FreeBSD 10.1-RELEASE-p16 (built from ports). When trying to upgrade Owncloud with occ or Web-UI - during the upgrade process of the third party apps (calendar, contacts, documents) a curl error occurs: cURL error 60: SSL certificate problem: unable to get local issuer certificate The upgrade fails. Rerunning the upgrade succeeds, but: Owncloud starts and runs, but when trying to enable these third party apps the update fails with the error message mentioned above. There is no difference when building 8.1.1 from ports or installing binary with pkg. Best regards Gerrit
This issue is related to an old version of OpenSSL not supporting SNI and on which cURL is depending. This is not an ownCloud issue. Check the ownCloud forum for more details.
Are you sure it's about SNI? 10.1-RELEASE has openssl 1.0.1j while SNI i supported since 0.9.8f. Gerrit, you can check `curl --version` to see openssl version used.