C#WebRequest TLS 1.2(请求被中止)仅在第一次

时间:2018-07-19 13:10:58

标签: c# ssl .net-4.0 tls1.2 webrequest

我有一个奇怪的问题。当我尝试从WebRequest获得响应时,它总是让我感到非常兴奋

The request was aborted: Could not create SSL/TLS secure channel.

如果我第二次尝试,那么一切都很好。

应用程序是4.0 .NET,并使用TLS 1.2,如下所示:

 ServicePointManager.Expect100Continue = true;
 ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;

0 个答案:

没有答案