
Я настроил сервер OpenVPN (v2.4.9) на Centos 8 и хочу подключиться с телефонов Yealink. Один из Yealink box (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 box использует OpenVPN v2.1, который может подключаться только по TLS v1.0. Мой вопрос: что я могу сделать, чтобы установить это соединение, понизить OpenVPN? или есть какой-то способ заставить сервер OpenVPN использовать tls 1.0?