All of our sandbox requests are getting the following error:
Outer Exception : The underlying connection was closed: An unexpected error occurred on a send. Inner Exception : Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. Inner Exception : An existing connection was forcibly closed by the remote host
The same requests to the live servers are working.
These are CIM/soap requests (GetHostedProfilePage and GetCustomerProfile) as examples.
Is anyone else experiencing this issue?
04-06-2017 09:59 AM - edited 04-06-2017 10:04 AM
Are you connecting using our SDK, or if using our API what is the endpoint you are using?
You might also want to log the HTTPS traffic to see if there is more detail in the connection information. It appears to be an issue negotiating a secure connection.
Richard
04-06-2017 10:03 AM
This just started today. We're using CIM/Soap (in process of updating to use your SDK). The endpoint being used is
"https://apitest.authorize.net/soap/v1/Service.asmx";
For production we use
"https://api.authorize.net/soap/v1/Service.asmx";
04-06-2017 10:06 AM
We have been seeing the same issue since April 1. From our webserver probably only 20% of time I can load "https://api.authorize.net/soap/v1/Service.asmx" Error: The underlying connection was closed: An unexpected error occurred on a send. Problem is it only seems to be happening from that one network. Every other network I try it from works no problem. When using wireshark I see "Client Hello" and then a bunch of TCP Retransmission and TCP Spurious Retransmission then eventually connection reset.
04-07-2017 09:09 AM
Hello @millers_35 @Devin
To assist you further, we'll need the following information:
You may send these to developer@authorize.net
Richard
04-10-2017 01:30 PM - edited 04-10-2017 01:30 PM
@RichardH I submitted an eticket this morning but havent heard back yet. I just emailed the ticket number to developer@authorize.net.
Thanks
04-10-2017 01:37 PM
Hi, I am having exactly the same issue but using API.
It started happening from April, 28th.
The endpoint used is:
05-02-2017 01:05 PM
You'll want to make certain you can connect using TLS 1.2 to our sandbox, otherwise your connection will fail.
Richard
05-02-2017 01:51 PM
thanks Richard for your quick response.
I have been looking at how to do it. but I didn't find yet.
Do you have any documentation to follow?
*our project is in c# and we are using the class AuthorizeNet.CustomerGateway to call the API methods.
Best,
05-02-2017 03:55 PM
@lgallardocr Another developer suggested the following: https://community.developer.authorize.net/t5/Integration-and-Testing/Sandbox-issues-The-underlying-c...
Richard
05-02-2017 04:33 PM