Click here to Skip to main content
15,896,429 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Our application consumes a web service in C# (.Net framework 3.5). Getting the response from the server works 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
Posted
Updated 28-Dec-11 23:20pm
v2
Comments
Mehdi Gholam 29-Dec-11 2:12am    
Could be bad packets over the network.
jemo79 29-Dec-11 3:11am    
That is not the case I think.

1 solution

see this HOTFIX[^] url, this may helps you
 
Share this answer
 
Comments
jemo79 29-Dec-11 3:56am    
Hi Rajesh

Good to see you reply.. but the hotfix is applicable to the WIN 2003 server and doesn't describe problem to this issue.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900