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:
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?
Thanks.