OpenVPNに接続できません

OpenVPNに接続できません

Centos 8 で OpenVPN サーバー (v2.4.9) を構成し、Yealink 電話から接続したいと考えています。Yealink ボックスの 1 つ (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 の使用を強制する方法があるかということです。

関連情報