如果服务端开启了tls_only = true参数, 那连接到这台服务器的客户端都需要开启 : tls_enable = true tls_cert_file =xxxx tls_key_file = xxxx tls_trusted_ca_file = xxxx 这几个参数, 希望能够支持读取本地证书文件.
如果服务端开启了tls_only = true参数, 那连接到这台服务器的客户端都需要开启 :
tls_enable = true
tls_cert_file =xxxx
tls_key_file = xxxx
tls_trusted_ca_file = xxxx
这几个参数, 希望能够支持读取本地证书文件.