2017-11-12 12:49:53:706] OnServerConnectionAvailable error : System.Security.Authentication.AuthenticationException: 调用 SSPI 失败,请参见内部异常。 ---> System.ComponentModel.Win32Exception: 因为算法不同,客户端和服务器无法通信。
--- 内部异常堆栈跟踪的结尾 ---
在 System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
在 System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
在 System.Net.Security.SslStream.EndAuthenticateAsServer(IAsyncResult asyncResult)
在 Redirector.SecureTcpServer.OnAuthenticateAsServer(IAsyncResult result)
[2017-11-12 12:49:59:414] ERR_DISCONNECT_BLAZE 1 1 -1
------------------------------------------------------------------------------------------------------------------
解决方法
计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\Diffie-Hellman
设置为 DWORD:00000200
如果没有的话自行加上