Posted by:
neo314
(---.hsd1.or.comcast.net)
I was developing code for checking shipping rates. It queries a server for an xml response and I parse it with simpleXML.
When I run the script using http to retrieve the data, it works.
When I fetch the data using https, I get this response:
SSL certificate problem, verify that the CA cert is OK. Details: error:14090086
SL routines
SL3_GET_SERVER_CERTIFICATE:certificate verify failed
BUT when I run it from my production server, it works fine.
Any help updating the CA cert on WAMP? I'm using 1.7.2.
Steven