~# /usr/sbin/openvpn --config /path/to/my_config.ovpn --pkcs12
/path/to/my_pkcs12.p12
2021-04-19 16:34:27 WARNING: Compression for receiving enabled. Compression
has been used in the past to break encryption. Sent packets are not
compressed unless "allow-compression yes" is also set.
2021-04-19 16:34:27 --cipher is not set. Previous OpenVPN version defaulted
to BF-CBC as fallback when cipher negotiation failed in this case. If you
need this fallback please add '--data-ciphers-fallback BF-CBC' to your
configuration and/or add BF-CBC to --data-ciphers.
2021-04-19 16:34:27 OpenVPN 2.5.1 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO]
[LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 24 2021
2021-04-19 16:34:27 library versions: OpenSSL 1.1.1k 25 Mar 2021, LZO 2.10
2021-04-19 16:34:27 WARNING: --ns-cert-type is DEPRECATED. Use
--remote-cert-tls instead.
2021-04-19 16:34:27 TCP/UDP: Preserving recently used remote address:
[AF_INET]SERVER_IP:SERVER_PORT
2021-04-19 16:34:27 Socket Buffers: R=[131072->131072] S=[16384->16384]
2021-04-19 16:34:27 Attempting to establish TCP connection with
[AF_INET]SERVER_IP:SERVER_PORT [nonblock]
2021-04-19 16:34:27 TCP connection established with
[AF_INET]SERVER_IP:SERVER_PORT
2021-04-19 16:34:27 TCP_CLIENT link local: (not bound)
2021-04-19 16:34:27 TCP_CLIENT link remote: [AF_INET]SERVER_IP:SERVER_PORT
2021-04-19 16:34:27 TLS: Initial packet from
[AF_INET]SERVER_IP:SERVER_PORT, sid=b0f981f9 0ba27624
2021-04-19 16:34:28 VERIFY OK: depth=1, C=BE, ST=SomeProvince, L=SomeTown,
O=SomeName, OU=SomeName, CN=SomeName CA, name=EasyRSA,
emailAddress=SomeMailAddress
2021-04-19 16:34:28 VERIFY OK: nsCertType=SERVER
2021-04-19 16:34:28 VERIFY OK: depth=0, C=BE, ST=SomeProvince, L=SomeTown,
O=SomeName, OU=SomeName, CN=server, name=EasyRSA,
emailAddress=SomeMailAddress
2021-04-19 16:34:28 Control Channel: TLSv1.3, cipher TLSv1.3
TLS_AES_256_GCM_SHA384, 2048 bit RSA
2021-04-19 16:34:28 [server] Peer Connection Initiated with
[AF_INET]SERVER_IP:SERVER_PORT
2021-04-19 16:34:29 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
2021-04-19 16:34:29 PUSH: Received control message: 'PUSH_REPLY,ping
10,ping-restart 60,dhcp-option DNS 192.168.XXX.XXX,dhcp-option DNS
192.168.XXX.XXX,route-delay 5,echo,echo,echo,route-gateway
192.168.XXX.XXX,ping 10,ping-restart 120,ifconfig 192.168.XXX.XXX
255.255.255.0,peer-id 0,cipher AES-256-GCM'
Segmentation fault