GNOME Bugzilla – Bug 793366
NetworkManager: Imported OpenVPN connections fail when import filename contains a space
Last modified: 2018-03-07 16:14:44 UTC
Using the NetworkManager GUI to import a .ovpn file. If the file name contains a space, this bug will be triggered. The file is imported successfully, but upon attempting to connect it immediately fails. The following error messages show up in the journal: nm-openvpn[2864]: Options error: --ca fails with '/home/user/.cert/nm-openvpn/imported%20file-ca.pem': No such file or directory (errno=2) nm-openvpn[2864]: Options error: --cert fails with '/home/user/.cert/nm-openvpn/imported%20file-cert.pem': No such file or directory (errno=2) nm-openvpn[2864]: WARNING: cannot stat file '/home/user/.cert/nm-openvpn/imported%20file-key.pem': No such file or directory (errno=2) Janm-openvpn[2864]: Options error: --key fails with '/home/user/.cert/nm-openvpn/imported%20file-key.pem': No such file or directory (errno=2) The import process is converting the spaces to %20 and causing the above errors.
This is probably a duplicate of bug 793910, now fixed. *** This bug has been marked as a duplicate of bug 793910 ***