
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 박스는 TLS v1.0으로만 연결이 가능한 OpenVPN v2.1을 사용하는 것을 봤습니다. 제 질문은 이 연결을 설정하고 OpenVPN을 다운그레이드하려면 어떻게 해야 합니까?입니다. 아니면 OpenVPN 서버가 TLS 1.0을 사용하도록 강제하는 방법이 있나요?