libnss3 and network-manager and Private Internet Access VPN

I installed the new security update for libnss3 released today.

I use network-manager w/ gnome to connect to PIA's VPN

It won't connect anymore since I updated libnss3. It's like it timeouts.

A typical OpenVPN file it uses looks like:

[connection]
id=[some name of some server]
uuid=[some uuid]
type=vpn
autoconnect=false
[vpn]
service-type=org.freedesktop.NetworkManager.openvpn
username=[some username]
comp-lzo=yes
remote=[some server].privateinternetaccess.com
cipher=AES-256-CBC
auth=SHA256
connection-type=password
password-flags=1
port=1197
proto-tcp=no
ca=/etc/openvpn/pia-ca.rsa.4096.crt
[ipv4]
method=auto

If I downgrade libnss3 to its last version, everything works. I'd really like to not have to downgrade something like a network security library though.

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like