G
G
gogorsh2019-11-12 17:14:01
PHP
gogorsh, 2019-11-12 17:14:01

How to fix cURL 60 error?

Good afternoon.
Given Ubuntu 14.04 with Owncloud 9.0.11 server installed on Apache2
When trying to update Owncloud gives
[GuzzleHttp\Exception\RequestException]
cURL error 60: SSL certificate problem: unable to get local issuer certificate
[GuzzleHttp\Ring\Exception\RingException]
cURL error 60: SSL certificate problem: unable to get local issuer certificate
Found a fix, add curl.cainfo = \path\to\cacert.pem in php.ini file cacert.pem itself downloaded from curl.haxx.se/ca/cacert.pem
Followed the given recommendations, errors remained. Any ideas?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2019-11-12
@dimonchik2013

cacert.pem itself is downloaded from curl.haxx.se/ca/cacert.pem

looks like a joke, so look for options like a certificate IGNORE
curl ssl ignore certificate

A
Andrey Gavrilov, 2019-11-12
@thexaver

Use letsencrypt

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question