We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb8650 commit 850f447Copy full SHA for 850f447
ExchangeSharp/API/Common/BaseAPI.cs
@@ -264,11 +264,11 @@ static BaseAPI()
264
265
#if HAS_WINDOWS_FORMS // NET47
266
267
- ServicePointManager.SecurityProtocol = SecurityProtocolType.SystemDefault | SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
+ ServicePointManager.SecurityProtocol = SecurityProtocolType.SystemDefault | SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
268
269
#else
270
271
- ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Ssl3;
+ ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
272
273
#endif
274
0 commit comments