Skip to content
Advertisement

SSL Certificate with PHP CURL

I’m using curl to send an xml file over https to the rightmove API – they supplied me with all the certificates.

I am getting the error :

60SSL certificate problem: unable to get local issuer certificateResult =

I have tried everything i have found on every other stackoverflow post similar and nothing is working, i have tried downloading the old cacert.pem and changed the files in php.ini – ive installed my personal information file andcreated a certificate on the browser and local machine and nothing is removing the error 60.

This is my PHP :

JavaScript

this has had me banging my head for days, i would be very grateful for any assistance.

Advertisement

Answer

For my particular case i needed to add the keyfile, sslcert and cert password.

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement