Home Page › Forums › Network Management › VPN › [2.0.RC2] Login and password not working with X.509 › Reply To: [2.0.RC2] Login and password not working with X.509
August 22, 2013 at 5:26 pm
#52826
Participant
Zs and openvpn work perfectly together , from which S.O. are you trying to connect ? This is one of my configuration files , (host is win) and openvpn client is OpenVpn 2.3.2
remote xx.xx.xx.xx 1194
proto tcp
auth-user-pass
ca myCacert.pem
cert myusercert.pem
key myusercert.pem
#verify-x509-name 'OU=Hosts, CN=cn_on_certificate'
remote-cert-eku 'TLS Web Server Authentication'
#cipher AES-128-CBC
#auth RSA-SHA512
comp-lzo
verb 3
mute 20
resolv-retry infinite
nobind
client
dev tap
persist-key
persist-tun
auth-nocache
script-security 3
route-method exe
route-delay 2
greetings