【发布时间】:2020-05-16 07:37:11
【问题描述】:
在客户端-服务器中运行 OpenVPN 客户端时出错, 选项错误:参数 ca_file 只能在 TLS-mode 中指定,即同时指定 --tls-server 或 --tls-client 的地方。
我已运行命令#openvpn --config client1.ovpn 以连接openvpn 客户端
【问题讨论】:
标签: ubuntu-18.04 openvpn
在客户端-服务器中运行 OpenVPN 客户端时出错, 选项错误:参数 ca_file 只能在 TLS-mode 中指定,即同时指定 --tls-server 或 --tls-client 的地方。
我已运行命令#openvpn --config client1.ovpn 以连接openvpn 客户端
【问题讨论】:
标签: ubuntu-18.04 openvpn
看起来该错误可能具有误导性。就我而言,我有一个错误的 .conf 文件,缺少 "client" at the beginning of the file
【讨论】: