Openvpn Desktop for Windows

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
Charles
OpenVpn Newbie
Posts: 1
Joined: Sat Apr 06, 2013 9:52 am

Openvpn Desktop for Windows

Post by Charles » Sat Apr 06, 2013 10:02 am

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

Post Reply