该请求已中止:无法创建SSL/TLS安全通道-解密返回SEC_I_RENEGOTIATE

问题描述:

我们的应用程序使用C#(.Net Framework 3.5)中的Web服务.大多数时候都从服务器获取正确的响应,但是它间歇性地引发错误:
请求已中止:无法创建SSL/TLS安全通道.
 
启用了它显示的跟踪:
 
System.Net错误:0:[3688]解密返回了SEC_I_RENEGOTIATE.
 
有人遇到过这个问题吗?解决此问题的方法是什么.请让我知道.
 
任何帮助将不胜感激.
 
提前谢谢!
 
-杰姆


Our application consumes a web service in C# (.Net framework 3.5). Getting the correct response from the server most of the time, but it is intermittently throwing an error:
The request was aborted: Could not create SSL/TLS secure channel.
 
Having enabled the traces it shows:
 
System.Net Error: 0 : [3688] Decrypt returned SEC_I_RENEGOTIATE.
 
Has anyone faced this issue before? What is a fix to this problem. please let me know.
 
Any help would be highly appreciated.
 
Thanks in advance!
 
-Jemo


您在错误的论坛中提问.

You are asking in the wrong forum.

可通过以下链接访问C#论坛:
http://social.msdn.microsoft.com/Forums/en-US /category/visualcsharp

The C# forums are available at this link:
http://social.msdn.microsoft.com/Forums/en-US/category/visualcsharp

卡尔