python-htb icon indicating copy to clipboard operation
python-htb copied to clipboard

Importing VPN fails

Open Daviey opened this issue 5 years ago • 0 comments

❯ htb lab import
[!] failed to import vpn configuration
[!] tip: try importing the config manually and fixing any network manager issues:
	nmcli connection import type openvpn file {your-ovpn-file}
[!] nmcli stderr output:
Error: failed to import '/tmp/tmp4i7m9rfu': The file to be imported wasn’t a valid OpenVPN client configuration.

Inspecting the temp openvpn file, it appears as empty which is why the import is failing.

Daviey avatar Nov 27 '20 12:11 Daviey