SuperSocket icon indicating copy to clipboard operation
SuperSocket copied to clipboard

使用TLS协议时X509证书格式不同导致的The server mode SSL must use a certificate with the associated private key的问题

Open BoydenYubin opened this issue 2 years ago • 1 comments

刚了解到X509证书格式有很多种,在文档中用的是pxf格式的密钥,可以包括私钥和公钥,但是如果pem格式的证书文件,其中还有生成的私钥文件,我在使用这种格式的证书时,当客户端连接服务端,会弹出The server mode SSL must use a certificate with the associated private key的问题,请问这种问题应该如何配置TLS协议的服务端呢?

BoydenYubin avatar May 16 '22 05:05 BoydenYubin

Try "Enable TLS with a certificate in your local certificate store"

https://docs.supersocket.net/v2-0/en-US/Enable-Transport-Layer-Security-TLS-in-SuperSocket

kerryjiang avatar May 26 '22 08:05 kerryjiang