jakebur01 Posted August 7, 2007 Share Posted August 7, 2007 I am trying to set up transactions to the authoize.net payment gateway. After running a test transaction I get this error back: 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 I do not have an SSL umbrella over this page. Is their anything I could put in my code that might would overive this? Link to comment https://forums.phpfreaks.com/topic/63782-solved-authorizenet/ Share on other sites More sharing options...
jakebur01 Posted August 7, 2007 Author Share Posted August 7, 2007 fixed it by adding this curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); Link to comment https://forums.phpfreaks.com/topic/63782-solved-authorizenet/#findComment-317858 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.