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? Quote Link to comment 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); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.