cancel
Showing results for 
Search instead for 
Did you mean: 

AIM Sample code - close connection error

Sorry, but I am new to Authorize.net and tried to run the AIM example in c# and I received the error

An existing connection was forcibly closed by the remote host. 

 I have the login id and transaction key supplied to me from Authorize.net.

Anyone know why I am getting this error ?

Thanks

kjaworski
Contributor
14 REPLIES 14

If you are using IE. Check your SSL protocols settings.

•If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.

 

Could be your firewall block it. Check the logs and event viewer.

I checked the SSL and TLS the SSL 3.0 is enabled and the TLS 1.0 is enabled.  Is their an event log on Authorize.net I can check ?

Do you have another PC on the same network to test the URL? It either your PC or the network.

It was the network.  Thanks for your help.

If you know of any sample c# code that takes values from a database table, sends them to authorize.net and then loads the response in a table,  that would be awesome.

Thanks Again.