Tuesday, April 30, 2013

authorize.net SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL (Solve)

Error with Transaction:
SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed


sloutation for php :

add to function in where curl is call

 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);

 curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);

No comments:

Post a Comment