asdasd Posted July 11, 2003 Share Posted July 11, 2003 What ULR set in field "Enter Fedex Server URL (without leading https://)" for test and production for FedEx shipping module? Quote Link to comment Share on other sites More sharing options...
sfatula Posted July 20, 2003 Share Posted July 20, 2003 gateway.fedex.com/GatewayDC Quote Steve Link to comment Share on other sites More sharing options...
pcpowercan Posted July 24, 2003 Share Posted July 24, 2003 I have to admit, without Steve's help, our company wouldn't be using FedEx mod. I had everything set correctly and yet "Fedex can't ship to this address,zip,country code" always appear. I almost gave up on the whole issue, until Steve suggested the Curl SSL update. I contacted my host company asking them for the update and it took me a while to explain to them the whole story ;) Their developer replied with the following: "Hi Joe, It should work now; we upgraded the CURL-SSL RPM. Please add these two lines: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); Under $ch = curl_init(); in your code. " I tried it and it did work for us. So, for people who still suffer from Fedex same message, go ahead and ask your host to verify the curl version. I still hope though, that fedex authors can come up with more convenient way rather than using Curl for exchanging data securely. Keep up the good work fellas, and zillion thanks to Steve for his great support. Joe. Xtrem Can PC Support Center. http://www.xcanpc.com 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.