We are unable to connect to an HTTPS server using WebRequest because of this error message:
WebRequest
The request was aborted: Could not create SSL/TLS secur
Try this:
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;