简体   繁体   English

BufferNotEnough无法创建SSL / TLS安全通道

[英]BufferNotEnough Could not create SSL/TLS secure channel

Some times we receive the error "The request was aborted: Could not create SSL/TLS secure channel.." I tried to investigate this issue, and the trace log I got for this is: 有时,我们会收到错误消息“请求已中止:无法创建SSL / TLS安全通道。”我试图调查此问题,为此获得的跟踪日志是:

System.Net Information: 0 : [4356] InitializeSecurityContext(In-Buffers count=2, Out-Buffer length=0, returned code=**BufferNotEnough**).
System.Net Error: 0 : [4356] Exception in HttpWebRequest#37434592:: - The request was aborted: Could not create SSL/TLS secure channel..
System.Net Error: 0 : [4356] Exception in HttpWebRequest#37434592::EndGetRequestStream - The request was aborted: Could not create SSL/TLS secure channel..

What does it mean BufferNotEnough for this case? 在这种情况下, BufferNotEnough是什么意思?

Thanks. 谢谢。

这似乎是.NET 4.6.1中HttpWebRequest中的错误-请参阅https://connect.microsoft.com/VisualStudio/feedback/details/2777134/tls-1-2-handshake-error

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM