I am getting this error during checkout:
"The server cannot connect to Authorize.net. Please check your cURL and server settings."
I have the authorize.net module set to Test & Debug (debug output is below). cUrl is set to "Not Compiled" because even though it is a linux server the admin has not compiled it in a common location. He has compiled it instead inside our home directory-- I have specified the complete path in the next setting (cURL Path)
/local/home/a1513/local/bin/curl
When I execute this command from command line I get what appears to be the HTML home page for yahoo:
/local/home/a1513/local/bin/curl
www.yahoo.com
... so this leads me to believe that cURL is working but for some reason the authorize.net module is not finding it?
I have also:
- confirmed that the log in username is correct (it is identical to the one I use to log into to secure.authorize.net)
- regenerated a transaction key
I do not know what the next step is to troubleshoot this. Please assist.. I have outlined all of the steps I have taken so far in this posting. I get this same error ("The server cannot connect to Authorize.net. Please check your cURL and server settings") during checking either in Test or Production, using the test card numbers or a real one.
Here is debug file as produced by the cart and saved into authnet_debug.txt. (I will regenerate the trans key after this posting for security).
Please assist, I do not know what the next trouble shooting step is because I do not understand all of the factors here.
x_Login=xxxxxxxxxxxx&x_Tran_Key=xxxxxxxxxxxx&x_Relay_Response=FALSE&x_Delim_Data=TRUE&x_Ver
sion=3.1&x_Type=AUTH_CAPTURE&x_Method=CC&x_Amount=0.01&x_Currency_Code=USD&x_Email_Custome
r=FALSE&x_Email_Merchant=FALSE&x_Cust_ID=24&x_Invoice_Num=22&x_First_Name=oi&x_Last_Name=u
i&x_Company=&x_Address=2191+Mission+St+%23305&x_City=San+Francisco&x_State=California&x_Zi
p=94110&x_Country=United+States&x_Phone=234&x_Email=jk%40datatravels.com&x_Ship_To_First_N
ame=&x_Ship_To_Last_Name=&x_Ship_To_Company=&x_Ship_To_Address=&x_Ship_To_City=&x_Ship_To_
State=&x_Ship_To_Zip=&x_Ship_To_Country=&x_Customer_IP=64.166.226.167&x_Description=1-a+pe
nny+for+our+thoughts%2A%2A&osCsid=934e257a12bd34946ec21bd75cacc39e&x_Card_Num=400700000002
7&x_Exp_Date=0108&x_Card_Code=111&x_Test_Request=TRUE :data String : x_Login=xxxxx&x_Tra
n_Key=xxxxxxxxxx&x_Relay_Response=FALSE&x_Delim_Data=TRUE&x_Version=3.1&x_Type=AUTH_
CAPTURE&x_Method=CC&x_Amount=0.01&x_Currency_Code=USD&x_Email_Customer=FALSE&x_Email_Merch
ant=FALSE&x_Cust_ID=24&x_Invoice_Num=22&x_First_Name=oi&x_Last_Name=ui&x_Company=&x_Addres
s=2191+Mission+St+%23305&x_City=San+Francisco&x_State=California&x_Zip=94110&x_Country=Uni
ted+States&x_Phone=234&x_Email=jk%40datatravels.com&x_Ship_To_First_Name=&x_Ship_To_Last_N
ame=&x_Ship_To_Company=&x_Ship_To_Address=&x_Ship_To_City=&x_Ship_To_State=&x_Ship_To_Zip=
&x_Ship_To_Country=&x_Customer_IP=64.166.226.167&x_Description=1-a+penny+for+our+thoughts%
2A%2A&osCsid=934e257a12bd34946ec21bd75cacc39e&x_Card_Num=4007000000027&x_Exp_Date=0108&x_C
ard_Code=111&x_Test_Request=TRUE\n :Response String : \n
Edited by admin