無法連線到 OpenVPN

無法連線到 OpenVPN

我已經在 Centos 8 上設定了 OpenVPN 伺服器(v2.4.9),並且想從 Yealink 手機連線。其中一台 Yealink 盒子(W60B)由於以下錯誤而無法連接:

TLS error: Unsupported protocol. This typically indicates that client and server have no common TLS version enabled. This can be caused by mismatched tls-version-min and tls-version-max options on client and server. If your OpenVPN client is between v2.3.6 and v2.3.2 try adding tls-version-min 1.0 to the client configuration to use TLS 1.0+ instead of TLS 1.0 only
 OpenSSL: error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol

我看到Yealink盒子使用OpenVPN v2.1,只能透過TLS v1.0連線。我的問題是我該怎麼做才能建立這個連接,降級 OpenVPN?或者有什麼方法可以強制 OpenVPN 伺服器使用 tls 1.0?

相關內容