Solution for OpenVPN (source**) :**Note: this disables some layers of security, maybe there is a better fix out there, I will edit my post as time goes by
Export your vpn connection (replace “MyVPN” with the actual name of your VPN): nmcli c export "MyVPN" > "~/MyVPN.ovpn"
Edit the exported file and add these 2 lines tls-cipher "DEFAULT:@SECLEVEL=0"remote-cert-tls server
Re-import the VPN in the GUI (you might have to re-enter your credentials afterwards) nmcli c import type openvpn file "MyVPN.ovpn"
Original post:
I just updated to 22.04, and I love it, many small annoyances are now fixed (like Bluetooth headset issues) but for a reason I can’t understand, the L2TP VPN refuses to work…Other types of VPN work fine.
I worked on monday on 21.10 and stopped working after 22.04 update…
Tried re-creating the connexion, won’t connect, no clear error message
The commands listed earlier fixed L2TP VPNs for me, but for some reason, today I realized that OpenVPN connections do not work anymore and they were working before I fixed L2TP.
Fortinet SSL vpns are working fine with the openfortivpn client