I downloaded the openvpn config files and then did the basic set up a new vpn connection steps. I first started with import a saved vpn configuration and I get an error response of "the vpn plugin failed to import the connection correctly: the plugin does not support import capability." I do not know how to fix this as I already have openvpn installed. Any help would be appreciated as I am running modern hardware nothing old what so ever. Thank you in advance.

    lkp If I remember correctly, when I wanted to use an openvpn config file via the NetworkManager, I had to download the following package:

    networkmanager-openvpn

    Also, you can verify that the openvpn config file that you downloaded has no issues, by running:

    sudo openvpn /path/to/the/openvpn/config/file.ovpn

    By running the above command, you should be prompted to enter your VPN credentials and after that, you should be logged in to the VPN server.

    7 days later

    Thank you for replying. A system update must of fixed it because 4 days ago it just started to work. Thank you yet again for replying to my post.