raoulwe
Forum Replies Created
-
Hi Jason,
I’m getting this too. Thinking it was still my other SSL problem, I changed “ignore_ssl_cert” in wponlinebackup.php to “true”, but it makes no difference. Still hangs at 82%. Backup is only 1.4Mb.
Cheers,
RaoulHi Jason,
Thanks for that. We’re actually our own host, so for the benefit of anyone else, here’s how we fixed things.
A recent php upgrade somehow (we think) wiped out the CA bundle file, so using the error message as the basis, we simply replaced it by:
mkdir /etc/ssl/certs
cd /etc/ssl/certs
wget https://curl.haxx.se/ca/cacert.pem // most up-to-date from the curl dev site
mv cacert.pem ca-certificates.crtAnd all fixed! Thanks for your help!
Cheers,
RaoulHi Jason,
I don’t remember the version, but it was whatever was available on 25 April at 2:34pm (GMT+10), when it was upgraded from it’s previous of 1.0.3 (it was a blog brought back to life).
The HTTPS errors start on 5 May after upgrading to 2.2.3.
Cheers,
RaoulHi,
I’m getting this HTTPS error to, but only since upgrading to the current (2.2.3) version. Worked fine prior to that. Error is:
[Error Code http_request_failed] error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: noneAs an aside, I’ve got php code on the same machine doing https transactions to remote servers and they all work fine.
btw – I have no CAfile at the error msg location.