AuthorizeNet / sample-code-csharp

This repository contains working code samples which demonstrate C# integration with the Authorize.Net API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gets Error with the Sandbox now that TLS 1.1 is shut off

plawrencejr opened this issue · comments

Now that they shut off TLS 1.1 on the Sandbox the code does not work anymore for ChargeCreditCard. The line. Even if the Server registries entries are set to shut off TLS 1.0 and TLS 1.2

controller.Execute();

You get a return exception:
The underlying connection was closed: An unexpected error occurred on a send.