Hello,
Currently we are in the prcess of upgrading the connectivity to TLS 1.2 as per the requirement announced by Authorize.net.
Currently we are using the below urls/end pints. We need your confirmation if we can use these urls without any issue.
Hi @Malith,
Yes, those endpoints can be used. The test.authorize.net endpoint currently only supports TLS 1.2, so if you can process successfully with that endpoint, you should be fine once secure2.authorize.net switches to TLS 1.2 only in September.
06-01-2017 01:02 PM
Hello,
We are using the DPM with the following end points as well:
Test:
06-12-2017 11:38 AM
If it works on the sandbox site, you should be fine.
One thing to be aware of with DPM, though. Since you're having customer's browsers post directly to us, your customer's browsers will need to support TLS 1.2 with the appropriate ciphers. That's usually not a big deal as most browser releases that are less than a few years old will work fine. Where you'll have problems is with those holdouts still using IE 8 or older (for example).
You can check out the ssllabs.com report for test.authorize.net and see a comprehensive list of which browser version will and won't be able to connect. Between now and the cutoff date you can prepare for the customer impact when armed with this information.
Some things you might want to do in preparation:
06-12-2017 12:06 PM
Thank you for the detailed reply and the recommendations.
06-13-2017 11:26 AM
Hi Aaron,
For my post on the 06-01-2017 03:01 AM, you confirmed the below url is working but unfortunately we are now receiving java.net.SocketException: Connection reset.
07-20-2017 06:20 AM
I'm having a similar problem trying to post to the following URL from a machine running Windows Server 2008:
https://apitest.authorize.net/xml/v1/request.api
The socket can be opened, but trying to start encryption results in the server resetting the connection. I am trying to send a getHostedPaymentPageRequest request. Every once in a while it will work and return a payment form request token, but probably 9 out of 10 times the connection gets reset. The same code does run fine when run from a desktop macine running Windows 7.
07-20-2017 11:14 AM
Hi,
I am using the following URL on production:
https://api2.authorize.net/xml/v1/request.api
Please let me know if this is TLS1.2 compliant. Its urgent.
Also, let me know if it is AKAMAI URL?
Thanks in advance.
01-29-2018 10:07 PM
@unaisk Yes, the endpoint https://api2.authorize.net/xml/v1/request.api is an Akamai endpoint. Starting this morning it will be configured to only accept a TLS 1.2 connection for approximately 4 hours and then it will return to accept TLS 1.0, 1.1 and 1.2 until Feb 28th.
Please see https://status.authorize.net for details.
01-30-2018 09:05 AM
For years now we have been using the https://secure2.authorize.net/gateway/transact.dll to talk to authorize.net, and for many months we have been using only the TLS 1.2 protocol on our server.
However, during the test today, all connection attempts resulted in no response from authorize.net.
We confirmed our TLS 1.2 status at SSLLabs.
Any idea what could be going on here?
(Current time is 13:10 PST, but the problem persists).
01-30-2018 01:14 PM