I am also hitting this same problem. My VPN worked in 22.04 but no
longer works in 24.04. It keeps repeatedly prompting for the password.
My VPN config is as follows:

client
dev tun
proto udp
verify-x509-name "CN=redacted"
resolv-retry infinite
nobind
persist-key
persist-tun
<ca>
-----BEGIN CERTIFICATE-----
redacted
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
redacted
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
redacted
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
redacted
-----END RSA PRIVATE KEY-----
</key>
auth-user-pass
cipher AES-128-CBC
auth SHA256
explicit-exit-notify
route-delay 4
verb 3
reneg-sec 0
remote redacted redacted-port-num

I can connect from the command line using "sudo openvpn config.ovpn" but
I'd really like the GUI interface working again.

I am happy to run any additional commands and paste the output back here
if that will help debug the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2112561

Title:
  NetworkManager on Ubuntu 24.04 fails OpenVPN authentication, ignoring
  'auth-user-pass'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/2112561/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to