我有一个奇怪的问题。当我尝试从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;