Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

C# The request was aborted: Could not create SSL/TLS secure

 ServicePointManager.Expect100Continue = true;
            ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls
                   | SecurityProtocolType.Tls11
                   | SecurityProtocolType.Tls12
                   | SecurityProtocolType.Ssl3;
 
PREVIOUS NEXT
Tagged: #The #request #Could #create #secure
ADD COMMENT
Topic
Name
4+8 =