OpenVPN Connect with VPMBook - help needed

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
Im.A.Noob
OpenVpn Newbie
Posts: 1
Joined: Wed Mar 06, 2013 7:46 am

OpenVPN Connect with VPMBook - help needed

Post by Im.A.Noob » Wed Mar 06, 2013 8:07 am

I've been trying to get OpenVPN Connect to work with VPMBook, but, to be honest, I have no idea what I'm doing. I have the .ovpm and .crt files on my phone, but it says no certificates found. Do I need to convert the .crt file to something else? If so, how? When I try to open the .crt file is asks for a password that I do not know.

headshunter
OpenVpn Newbie
Posts: 1
Joined: Sun Mar 10, 2013 2:01 pm

Re: OpenVPN Connect with VPMBook - help needed

Post by headshunter » Sun Mar 10, 2013 2:03 pm

have you tried configuring the config files ? (long tap on the server name to open them )

Kaldric
OpenVpn Newbie
Posts: 1
Joined: Tue Apr 23, 2013 4:27 pm

Re: OpenVPN Connect with VPMBook - help needed

Post by Kaldric » Tue Apr 23, 2013 4:45 pm

I am having the same "No certificates found" issue, and long tapping the name brings up a menu that does not include configuring anything. The configuration file I am using is as follows:

Code: Select all

client
dev tun0
proto udp
remote 93.115.84.198 53 # - Server1
remote 93.114.44.253 53 # - Server2
resolv-retry infinite
nobind
persist-key
persist-tun
ca vpnbook.crt
auth-user-pass
comp-lzo
verb 3
cipher AES-128-CBC
fast-io
pull
remote-random
route-delay 2
redirect-gateway
As seen above, the file points to the certification vpnbook.crt, which is in the same folder as the configuration file. Do I need to change anything in the configuration file to make sure OpenVPN Connect points to the right configuration file?

Thanks in advance.

Post Reply