Authorize.net Disabling TLS 1.0 and 1.1

Blake Howe
1 min readMay 6, 2017

--

I’ve had lots of clients that have received an email from authorize stating that they were disabling TLS 1.0 and 1.1.

“As you may be aware, new PCI DSS requirements state that all payment systems must disable early TLS by 2018. Transport Layer Security (TLS), is a technology used to encrypt sensitive information sent via the Internet. TLS is the replacement for Secure Sockets Layer (SSL).

In preparation for this requirement, Authorize.Net plans to disable TLS 1.0 and TLS 1.1 on the following dates:”

If you want to make sure you are safe just visit SSL labs and run this test:

when the test completes scroll down until you see what versions of TLS is supported. You should see “yes” next to TLS 1.2. If not contact your certificate provider.

Here is also a little script to check it.

So there you have it. If you liked this post, please follow me on the web https://buildingbettersoftware.io/contact/

--

--

No responses yet