Hi all,
I'm having some problems with openvpn on windows.
I have installed certificates and keys in the config folder (which did not exist when I inststalled openvpn).
I tell openvpn to look for local profile and import the config file. It reads the file but when trying to connect I get a dialog asking for authentication which shouldn't happen since I'm using certificates. I tried openvpn on linux and I have no problem connecting and there is no authentication needed. So why do the certicates not work in windows.
I entered a server address which is actually a gateway.
Config.ovpn
client
dev tap
proto tcp
nobind
persist-key
persist-tun
ca ca.crt
cert xxxxx.crt
key xxxxx.key
comp-lzo
verb 3
Thanks in advance for any help