框架4应用程序的HTTP请求错误

时间:2016-01-27 07:44:38

标签: c# .net web-services

我尝试使用.NET应用程序(.NET Framework 4C#VS 2010)中的WebService,我得到了这个例外:

  

向https://发出HTTP请求时发生错误   可能是由于未配置服务器证书   在HTTPS情况下正确使用HTTP.SYS。这也可能是由   客户端和服务器之间的安全绑定不匹配。

有谁知道如何修复代码?

1 个答案:

答案 0 :(得分:0)

  ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Ssl3;