Open Nepcix opened 2 years ago
客户端使用EasyClient 如果不设置client.Security.EnabledSslProtocols则完全无法建立连接 设置其为Tls12后服务端则会报错: The decryption operation failed, see inner exception. Win32Exception (0x80090327)处理证书时,出现了一个未知错误
What's the full stack strace?
Have you read the source code of test project? https://github.com/kerryjiang/SuperSocket/blob/master/test/SuperSocket.Tests/RegularHostConfigurator.cs#L26
客户端使用EasyClient 如果不设置client.Security.EnabledSslProtocols则完全无法建立连接 设置其为Tls12后服务端则会报错: The decryption operation failed, see inner exception. Win32Exception (0x80090327)处理证书时,出现了一个未知错误