While trying to connect to a VPN via openvpn
I get the following error from openssl
Tue Oct 30 11:34:16 2018 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
... several more lines
Tue Oct 30 11:34:17 2018 OpenSSL: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol
Tue Oct 30 11:34:17 2018 TLS_ERROR: BIO read tls_read_plaintext error
Tue Oct 30 11:34:17 2018 TLS Error: TLS object -> incoming plaintext read error
Tue Oct 30 11:34:17 2018 TLS Error: TLS handshake failed
Tue Oct 30 11:34:17 2018 SIGUSR1[soft,tls-error] received, process restarting
Tue Oct 30 11:34:17 2018 Restart pause, 5 second(s)
This error does not arise when using OpenSSL 1.1.0h.
- Why does this error arise after upgrading the
openssl
libraries? - How do I manage around this recurring problem?
- Is there a way to make this work by giving some flags to
openvpn
CLI instead of downgradingopenssl
?
OS: Debian Sid
TLSv1
. Its very sad to say that our institute server runs top of the line hardware with terribly shamefully outdated software. :( Their setup is such that they are unable to update to openvpn. I'll try talking to them once more, but chances are very less. – Ias