This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
请检查服务器端的日志。
在我的例子中,TLS 密钥协商错误和用户丢失是由于 OpenVPN 达到了最大客户端数。我从 5 号改为 10 号,效果非常好。只需检查您的服务器日志即可。
Please check your logs on a server side.
In my case TLS key negotiation error and user drops were due to OpenVPN Maximum client was achieved. I changed from 5 to 10 and works like a charm. Just check your server logs.
尝试在 *.ovpn 配置文件中添加以下 cmd:
并使用 cmd 打开 openvpn:
try to add cmd below in the *.ovpn config file:
And open openvpn using the cmd:
取消注释客户端配置 {ovpn} 文件中的 TLS-Auth 密钥并验证服务器 ta.key 后,此错误已清除
This error cleared after uncommenting the TLS-Auth key in Client Conf {ovpn} file, and validating the server ta.key