cancel
Showing results for 
Search instead for 
Did you mean: 
rdasan2017
Member
Status: Accepted

We are using the AuthorizeNet Nuget package in our code base to communicate with Authorize.Net. After the TLS1.2 upgrade at Authorize.Net in the sandbox environment, we have been using 

 

 System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;

 So that the communication does not fail. It would be great if the fix was applied on the Nuget Package.

 

Thanks,

Reji

1 Comment
Status changed to: Accepted
RichardH
Administrator Administrator
Administrator