mainfunx / frpc_android

frpc_android 最新版本0.39.1
Apache License 2.0
344 stars 94 forks source link

支持指定证书路径以连接到开启了tls_only的服务端 #8

Open jiayaoO3O opened 2 years ago

jiayaoO3O commented 2 years ago

如果服务端开启了tls_only = true参数, 那连接到这台服务器的客户端都需要开启 :

tls_enable = true tls_cert_file =xxxx tls_key_file = xxxx tls_trusted_ca_file = xxxx 这几个参数, 希望能够支持读取本地证书文件.

kevinsksy commented 1 year ago

你好,这个问题你解决了吗? 目前最新的版本没有做文件权限管理,导致指定文件路径下的证书会没有权限访问