Hello I need help upgrading my website to TLS 1.2
please contact me asap if any one can help me please.
My website is a wordpress / WooCommerce
01-24-2018 04:02 PM
Do you mean you need help in connecting to Authorize.NET endpoint with TLS 12 protocol?
If so, in the DOTNET you normally set the following before you post request to Anet API (https://api.authorize.net/xml/bv1/request.api)
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
01-24-2018 05:14 PM