The request was aborted: Could not create SSL/TLS secure channel - Decrypt returned SEC_I_RENEGOTIATE

会有一股神秘感。 提交于 2019-12-08 15:42:24

问题


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

来源:https://stackoverflow.com/questions/8692532/the-request-was-aborted-could-not-create-ssl-tls-secure-channel-decrypt-retur

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!