仅 https://apitest.authorize.net/soap/v1/Service.asmx TLS 1.2 的 Soap 沙箱?

Soap sandbox at https://apitest.authorize.net/soap/v1/Service.asmx TLS 1.2 only?

我们正在使用 SOAP 测试 url - https://apitest.authorize.net/soap/v1/Service.asmx

想知道这是否是禁用了 TLS 1.0 和 1.1 的沙盒环境?

来自 Authorize.Net 去年的一封电子邮件:

Dear Authorize.Net Partner:

As you may be aware, new PCI DSS requirements state that all payment systems must disable early TLS by 2018.

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

Sandbox: April 30, 2017 Production: September 18, 2017

We are disabling the sandbox in advance of production to allow you and your merchants time to test your solutions and ensure you are no longer using TLS 1.0 or 1.1.

Please check the code for your solutions and systems to confirm that they can default to TLS 1.2 for your API connections.

You can review our API Best Practices for details about TLS 1.2 platform support and other integration suggestions.

Thank you for your attention to this matter and for being an Authorize.Net developer.

Sincerely, Authorize.Net

来自their developer website

As you may be aware, new PCI DSS requirements state that all payment systems must disable early TLS by 2018.

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

Sandbox -- April 30, 2017 Production – February 28, 2018 We are disabling the sandbox in advance of production to allow you to time to test your solution and ensure you are no longer using TLS 1.0 or 1.1.

Please check the code for your solutions and systems to confirm that they can default to TLS 1.2 for your API connections.

You can review our API Best Practices for details about TLS 1.2 platform support, cipher recommendations, and other integration suggestions:

在该页面的下方:

05-01-2017 01:58 PM - edited ‎05-01-2017 02:27

Hello @DavidH @Tri

Yes, updates to remove TLS 1.0 and 1.1 in the sandbox are now complete

Richard

所以,是的,TLS 1.0 和 1.1 在沙盒中被禁用。

是的,URL“https://apitest.authorize.net/soap/v1/Service.asmx”指向沙盒环境。感谢您的答复。