New issue by jkoderu-git on void-packages repository https://github.com/void-linux/void-packages/issues/23413 Description: ### System * xuname: *Void 5.4.46_1 x86_64 AuthenticAMD uptodate hold rDF* * package: *openvpn-2.4.9_2* ### Expected behavior Connect successfully to openvpn server ### Actual behavior Error is ``` TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) TLS Error: TLS handshake failed ``` Full log ``` OpenVPN 2.4.9 x86_64-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jul 4 2020 library versions: LibreSSL 3.1.3, LZO 2.10 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication TCP/UDP: Preserving recently used remote address: [AF_INET]{IP1}:1194 Socket Buffers: R=[212992->212992] S=[212992->212992] UDP link local: (not bound) UDP link remote: [AF_INET]{IP1}:1194 TLS: Initial packet from [AF_INET]{IP1}:1194, sid=38277fca 0cce7134 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) TLS Error: TLS handshake failed SIGUSR1[soft,tls-error] received, process restarting Restart pause, 5 second(s) TCP/UDP: Preserving recently used remote address: [AF_INET]{IP2}:1194 Socket Buffers: R=[212992->212992] S=[212992->212992] UDP link local: (not bound) UDP link remote: [AF_INET]{IP2}:1194 ``` ### Steps to reproduce the behavior Connect to protonvpn with protonvpn-cli. Downgrading to `openvpn-2.4.9_1` works and it connects. Upgrading to `openvpn-2.4.9_2` is above issue. Where is the problem? Libressl,void packaging?