Please anyone tell me how to avoid username and password at each time trying to connecting to a server?
I have save username and password in the file 'pass.auth' and edited the config file as
but the openVPN shows error asscript-security 2
auth-user-pass pass.auth
in 'Portable OpenVPN i can done it, but installed OPenVPN shows error.......Fri Feb 24 09:50:59 2012 OpenVPN 2.1.4 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Nov 8 2010
Fri Feb 24 09:50:59 2012 Sorry, 'Auth' password cannot be read from a file
Fri Feb 24 09:50:59 2012 Exiting
This is my Client Config :
# TsunamiVPN Client Config
tls-client
client
dev tun
proto tcp
remote-random
remote 173.231.57.174 443
ca tsunami.crt
route-method exe
route-delay 2
resolv-retry infinite
nobind
float
persist-key
persist-tun
comp-lzo
reneg-sec 0
verb 3
mute 3
win-sys env
script-security 2
auth-user-pass pass.auth