来自框架 4 应用程序的 HTTP 请求错误
本文关键字:HTTP 请求 错误 应用程序 框架 | 更新日期: 2023-09-27 18:32:14
我尝试从.NET
应用程序(.NET Framework 4
,C#
,VS 2010
)使用我的WebService,但出现以下异常:
向 https://发出 HTTP 请求时出错...这 可能是由于未配置服务器证书 在HTTPS的情况下正确使用HTTP.SYS。这也可能是由 客户端和服务器之间的安全绑定不匹配。
有谁知道如何修复代码?
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Ssl3;