cURL error 60: SSL certificate problem: unable to get local issuer certificate

Status
Not open for further replies.

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
Hello,

I tried to activate apps like GalleryPlus in owncloud and get a
cURL error 60: SSL certificate problem: unable to get local issuer certificate.

Any reason to solve this problem?
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
This sounds like an Owncloud issue, not a FreeNAS issue. Suggest you try their forums, or their IRC channel (#owncloud on Freenode). They are not as active as we are, but there is usually something like 0.5-2 people on their IRC channel who can handle more complex questions.
 

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
The Owncloud forum said it will be a freenas issue. Some out of date libbarys.....
They said we have to update the OpenSSL and NNS version but I don't know how. .
 
Last edited:

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
OK that makes sense. Are you using the owncloud "plugin", or have you installed your own jail from ports/pkg?
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
This is discussed from this post on
https://forums.freenas.org/index.ph...x-php-fpm-and-mysql.17786/page-26#post-221631
I'll summarize the steps. Please tell me if this works for you as I'd be interested in having a well documented fix.
  • Add 'WITH_OPENSSL_PORT=yes' to /etc/make.conf
Code:
service php-fpm stop
pkg delete -f php56 php56-curl curl
pkg upgrade openssl
make config -C /usr/ports/ftp/curl # disable GSSAPI_BASE, enable GSSAPI_NONE
make install clean -C /usr/ports/ftp/php56-curl
service php-fpm start
 

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
I have test it. I have first to "portsnap fetch extract"

if i try to activate a app i got the message:

Beim Aktivieren der App ist ein Fehler aufgetreten

Don't know whats going on now.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I don't know what that says, any translations?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
OK, probably a problem with the app compatibility. your curl error was fixed =P

what app and version are you trying?
 

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
I tried Gallery+ V13.0.0 and some more other apps e.g. Sharelinks V1.01, Documents V0.10.1, Bookmarks V0.4, Calendar V0.7.3.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I tried Gallery+ V13.0.0 and some more other apps e.g. Sharelinks V1.01, Documents V0.10.1, Bookmarks V0.4, Calendar V0.7.3.
what version of owncloud are you on? I updated to 8.1.1 recently and was able to install calendar & documents from the app store.
 

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
i have also updated to aktuell version 8.1.1 over the owncloud app. But i updated before i tried your fix for the ssl-error
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
i have also updated to aktuell version 8.1.1 over the owncloud app. But i updated before i tried your fix for the ssl-error
it wouldn't matter when you applied the fix.
hmm, if the error is taking a while I bet the download is working and curl is no longer an issue. maybe the OC forum could help you enable debug logging, I can't help much right now cause I'm on my phone.
 

Ayman

Cadet
Joined
Aug 2, 2015
Messages
5
OK that makes sense. Are you using the owncloud "plugin", or have you installed your own jail from ports/pkg?
for my case I use your instruction and still have same error , do u know how to fix it .

Thanks
 
Status
Not open for further replies.
Top