当前位置:   article > 正文

C#:请求被中止:未能创建SSL/TLS安全通道_c# (securityprotocoltype)(0x30 | 0xc0 | 0x300 | 0x

c# (securityprotocoltype)(0x30 | 0xc0 | 0x300 | 0xc00)

C#:请求被中止:未能创建SSL/TLS安全通道

问题:

C#: 请求被中止: 未能创建 SSL/TLS 安全通道

解决办法

第一种

System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

第二种

ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3

                                 | SecurityProtocolType.Tls

                                 | (SecurityProtocolType)0x300 //Tls11

                                 | (SecurityProtocolType)0xC00; //Tls12

第一种 亲测有效

-- 刘轶鹤 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小桥流水78/article/detail/936634
推荐阅读
相关标签
  

闽ICP备14008679号