by RetailEdge Moderator » Fri Nov 30, 2012 9:24 am
This from a programmer who is accessing the API server for a customer to allow them to integrate their website with RetailEdge. He was having problems accessing the server with SSL. Here is his fix. Hope it helps.
I found a proper workaround for the SSL! Using php cURL, I set the VerifyPeer and VerifyHost cURL options to false. In most cases, setting the VerifyHost to false is sufficient, but, for whatever reason, both client side and server side authentication must be ignored. Also, a proper user agent must be specified in the cURL options. I hope this information helps in aiding others who would come across this conundrum!