Bug 202413 - www/owncloud curl error when upgrading
Summary: www/owncloud curl error when upgrading
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kevin Lo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-18 11:50 UTC by Gerrit
Modified: 2017-04-06 19:30 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (kevlo)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerrit 2015-08-18 11:50:13 UTC
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
Comment 1 Arnaud de Prelle 2016-08-17 13:35:59 UTC
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.
Comment 2 Marcin Gryszkalis 2016-09-20 09:10:00 UTC
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.