Solutionunvalidated
Microsoft recommends that you don't specify which TLS/SSL versions to use. — By having `ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Ssl3;` in your code. Tension: This way, the choice will be left to the OS. Outcome: don't specify which TLS/SSL versions to use.
eaa8a200-7a96-4a84-a2bf-60715d4aa66d
Microsoft recommends that you don't specify which TLS/SSL versions to use. — By having ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Ssl3; in your code. Tension: This way, the choice will be left to the OS. Outcome: don't specify which TLS/SSL versions to use.