“The request was aborted: Could not create SSL/TLS secure channel” error in Braintree
In my local PC Braintree showing error "The request was aborted: Could not create SSL/TLS secure channel" when executing : var clientToken = gateway.ClientToken.generate(); I am using "Braintree-2.33.0.dll" and my target .net version is 4.5.1. I have enabled TLS 1.2. It was working nicely three days ago. But suddenly started showing error. Many people faced same error and most of then have changed the SecurityProtocol . I dont find any way to change that from braintree. Is there any way to change ServicePointManager.SecurityProtocol for braintree ? or anything else I am missing or need to do ?