dmitriy2 Posted February 3, 2008 Posted February 3, 2008 I am testing just installed latest UPSXML version 1.3.3. I got following error in log file "cURL Error [60]: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 3" I am testing in my local machine and don't have SSL. Is ant way to test UPSXML in localhost. My configuration: Windows 2000,Apache,MySQL,PHP Thank you Quote
Jan Zonjee Posted February 3, 2008 Posted February 3, 2008 I got following error in log file "cURL Error [60]: SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 3" The error and how to solve it is mentioned in the includes/modules/shipping/upsxml.php around line 670: // uncomment the next line if you get curl error 60: error setting certificate verify locations // curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); // uncommenting the next line is most likely not necessary in case of error 60 // curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); The UPSXML contribution has it's own thread by the way. Quote
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.
Note: Your post will require moderator approval before it will be visible.