Fedex , osCommerce and Godaddy Hosting January 17, 2008
Posted by admin in : Simple Issues , add a commentOne of our clients was facing issue with the FedEx Module in osCommerce.
The site was running on Godaddy Hosting.
We disabled Fedex. Then in Fedex1.php, we changed the part that references godaddy to:
curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE);
curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt($ch, CURLOPT_PROXY, “http://proxy.shr.secureserver.net:3128″);
Then enable the module again, and did a rate request, and that’s it.
Cheers !