06-12-2023 04:25 PM
06-12-2023 05:47 PM
Update your SSL/TLS protocols: Ensure that your web server is configured to support TLS 1.2 or higher, as it is the recommended secure protocol. Older versions of SSL and early versions of TLS (such as SSL 3.0, TLS 1.0, and TLS 1.1) have known vulnerabilities and should be disabled.
06-13-2023 01:45 AM
06-13-2023 03:08 AM
Trmessin, I think we should upgrade the SO. It seems like Windows Server 2012 R2 doesn't support the ciphers enabled in Authorize.Net API. Upgrading to Windows Server 2022, should work.
Looking at the ciphers enabled in Authorize.Net API, they have these that should be supported by Win Server 2012 R2:
TLS_RSA_WITH_AES_256_GCM_SHA384
TLS_RSA_WITH_AES_128_GCM_SHA256
Have you tried enabled them?
Ariel
06-13-2023 05:08 AM
We're experiencing this exact issue as well.
We're running IIS Server 2012 R2 and we've confirmed multiple times that we're properly using TLS 1.2 and the 'preferred' cyphers. We called into Authorize support yesterday morning (6/12) and they were not helpful - would not escalate a ticket or anything. Only response support would give me was as long as we are using TLS 1.2 with either a GCM or ECDHE Cypher we would be able to connect - otherwise the issue was on us. We ran the SSL Labs tool on the website and everything checks out to their specs as well.
Hopefully they roll back changes otherwise we're stuck. Has anyone had any luck getting live again?
Angela
06-13-2023 06:21 AM - edited 06-13-2023 06:24 AM
We've solved the issue on our end!!
We had to explicitly order our ciphers we wanted used in the 'SSL Cipher Suite Order'. Once you choose the ones you want to use, you 'enable' the configuration and paste in a comma separated list of ciphers (with no spaces). Then 'apply', 'ok' then restart the IIS server. Once our server came back up we tested our authorize connection issue again and we were able to hit the API and get a TLS/SSL handshake and successfully check out.
Here is the microsoft article on how to configure TLS Cipher Suite Order: https://learn.microsoft.com/en-us/windows-server/security/tls/manage-tls
I hope this helps someone else!
Angela
06-13-2023 10:03 AM
facing same issues. but not found solution yet
06-14-2023 02:18 AM
06-14-2023 03:13 AM
06-15-2023 02:28 AM