Greetings all,
Our php script which has used curl to talk to PayPal over https for years has mysteriously stopped working yesterday. Debugging reveals:
"curl_exec error 60 SSL certificate problem: unable to get local issuer certificate"
I am guessing this relates to PayPal action on 30-SEP:
https://www.paypal-knowledge.com/in...t&widgetview=true&id=FAQ1766&viewlocale=en_US
Am I correct in assuming that the way to resolve is to update the CA cert data on the server? ( some threads on StackExchange this route, although not specific to Linux/CPanel: stackoverflow.com/questions/29822686/curl-error-60-ssl-certificate-unable-to-get-local-issuer-certificate
If yes, how is that best accomplished. The more details you can provide the better as SSL is far from my expertise.
I checked /usr/local/lib/php.ini and I did not even see curl.cainfo.
P.S. We are using LiteSpeed.
TIA!
Our php script which has used curl to talk to PayPal over https for years has mysteriously stopped working yesterday. Debugging reveals:
"curl_exec error 60 SSL certificate problem: unable to get local issuer certificate"
I am guessing this relates to PayPal action on 30-SEP:
Discontinue use of the VeriSign G2 Root Certificate. In accordance with industry standards, PayPal will no longer honor secure connections that require the VeriSign G2 Root Certificate for trust validation. Only secure connection requests that are expecting our certificate/trust chain to be signed by the G5 Root Certificate will result in successful secure connections.
https://www.paypal-knowledge.com/in...t&widgetview=true&id=FAQ1766&viewlocale=en_US
Am I correct in assuming that the way to resolve is to update the CA cert data on the server? ( some threads on StackExchange this route, although not specific to Linux/CPanel: stackoverflow.com/questions/29822686/curl-error-60-ssl-certificate-unable-to-get-local-issuer-certificate
If yes, how is that best accomplished. The more details you can provide the better as SSL is far from my expertise.
I checked /usr/local/lib/php.ini and I did not even see curl.cainfo.
P.S. We are using LiteSpeed.
TIA!
Last edited by a moderator: