Why does QVPN not accept my .ovpn file when adding an OpenVPN connection profile?
Below are the options supported by QVPN’s OpenVPN client. If your .ovpn file is missing the required options, or has extra options not in this list, the .opvn file may fail to import.
Option name |
Required? |
Note |
client |
✓ |
Defines this is a client config file |
dev tun |
✓ |
QVPN only supports TUN device |
remote |
✓ |
Accepted format: remote hostname [port] [protocol] |
script-security |
||
resolv-retry |
||
nobind |
||
auth-nocache |
||
auth-user-pass |
||
remote-cert-tls |
||
reneg-sec |
||
cipher |
Ciphers with cipher block-size less than 128 bits (mostly BF, DES, CAST5, IDEA and RC2) are unsupported. |
|
tls-cipher |
||
proto |
||
explicit-exit-notify |
For more information on OpenVPN client options, please reference this OpenVPN documentation.
The following options are deprecated by OpenVPN and may cause the .ovpn file fail to import. You must remove any of these options if present in your .ovpn file.
Option name |
key-method |
tls-remote |
compat-names |
no-name-remapping |
no-iv |
no-replay |
keysize |
ifconfig-pool-linear |
client-cert-not-required |
ns-cert-type |
tun-ipv6 |
See this page for more information.