Issue with VPN

Hello, I am new here. I am trying to initiate VPN access to the lab. However, I am getting the follow error. Can someone please help me?

2020-11-01 10:30:12 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.
2020-11-01 10:30:12 DEPRECATED OPTION: --cipher set to ‘AES-128-CBC’ but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add ‘AES-128-CBC’ to --data-ciphers or change --cipher ‘AES-128-CBC’ to --data-ciphers-fallback ‘AES-128-CBC’ to silence this warning.
2020-11-01 10:30:12 OpenVPN 2.5_rc3 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Oct 20 2020
2020-11-01 10:30:12 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10
2020-11-01 10:30:12 OpenSSL: error:0909006C:PEM routines:get_name:no start line
2020-11-01 10:30:12 OpenSSL: error:140AD009:SSL routines:SSL_CTX_use_certificate_file:PEM lib
2020-11-01 10:30:12 Cannot load inline certificate file
2020-11-01 10:30:12 Exiting due to fatal error

@cyberguard6 said:

2020-11-01 10:30:12 OpenSSL: error:140AD009:SSL routines:SSL_CTX_use_certificate_file:PEM lib
2020-11-01 10:30:12 Cannot load inline certificate file
2020-11-01 10:30:12 Exiting due to fatal error

It looks like it is saying the certificates aren’t correct. Checking other times people have mentioned this (Can't connect to openvpn - Machines - Hack The Box :: Forums) it implies you should regenerate your connection pack and try again.

Test

@SwapnilMane said:

Test

Seems to work :wink: