“The underlying connection was closed: An unexpected error occurred on a send.” With SSL Certificate

For me it was tls12:

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

Leave a Comment