Thursday, November 29, 2018

Error: Could not create SSL/TLS Secure channel

Solution include


ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;


We have to make sure that the server and the client have common protocol support.




No comments:

Post a Comment