Title:
Add support for TLS 1.2
Created:
8/13/2019 5:05:07 PM by jrasch
Status:
closed on 2/4/2020 4:54:50 PM
Last pulled:
2/4/2020 5:10:46 PM
Description:
The client should ensure TLS 1.2 is supported with: `ServicePointManager.SecurityProtocol = ServicePointManager.SecurityProtocol | SecurityProtocolType.Tls12;`