tvleavitt Posted February 27, 2007 Posted February 27, 2007 I'm not sure who is maintaining this module, but in order for this to work on a godaddy hosting account (and I suspect that in other places the equivalent needs to be set up) the following lines need to be added to the dhlairborne.php file in "catalog/includes/modules/shipping/" curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128"); curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE); If someone could note this somewhere or somehow make it conditional/configureable, it would help others in the future (took me a couple of hours to puzzle through it, even though I tagged cURL as the source of the problem immediately). Here's the FAQ from their site: http://help.godaddy.com/article.php?articl...id=GoDaddy& 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.