Home > Net >  Unable to connect to the local AuthenticateAsServer security agencies
Unable to connect to the local AuthenticateAsServer security agencies

Time:05-26

A winform procedure, to monitor local SSL connection
If (this. Lisenter. Binding. Certificate!=null)
{
SslStream SslStream=new SslStream (enclosing SocketStream);
AuthenticateAsServer WX_DebugInfo. HttpLog (" start ");
SslStream. AuthenticateAsServer (enclosing Lisenter) Binding) Certificate, false, SslProtocols. Tls, false);
AuthenticateAsServer WX_DebugInfo. HttpLog (" end ");
Enclosing SocketStream=sslStream;
}

SslStream. AuthenticateAsServer (enclosing Lisenter) Binding) Certificate, false, SslProtocols. Tls, false);
This code on some Windows 7 or Windows XP system error, most can be normal use,
Anomaly is a Call to SSPI Failed
Internal anomaly is unable to connect the local security agencies,

Could you tell me who encountered this problem? To help solve, thanks!

CodePudding user response:

Certificate issue bai
  •  Tags:  
  • C#
  • Related