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
Solved! Go to Solution.
03-19-2012 01:53 PM
But I can with https://secure.authorize.net/gateway/transact.dll
?
04-03-2012 01:41 PM
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.
04-03-2012 01:57 PM
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 ?
04-04-2012 06:11 AM
Do you have another PC on the same network to test the URL? It either your PC or the network.
04-05-2012 04:17 AM
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.
04-05-2012 06:28 AM