Disabling encryption
Has anyone managed to actually successfully disable encryption? I've tried
client
dev tun
proto udp
remote us-siliconvalley.privateinternetaccess.com 1198
resolv-retry infinite
nobind
persist-key
persist-tun
#cipher aes-128-cbc
#auth sha1
cipher none
auth none
tls-client
remote-cert-tls server
auth-user-pass
comp-lzo
verb 1
reneg-sec 0
crl-verify crl.rsa.2048.pem
ca ca.rsa.2048.crt
disable-occ
auth-user-pass auth.txt
and it will only connect but not move any traffic, eventually restarting due to a ping timeout.
I've tried every variant I can dig out of google searches, but no luck.
Comments
Ponitless!