Page 1 of 1

OpenVPN Connect with VPMBook - help needed

Posted: Wed Mar 06, 2013 8:07 am
by Im.A.Noob
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.

Re: OpenVPN Connect with VPMBook - help needed

Posted: Sun Mar 10, 2013 2:03 pm
by headshunter
have you tried configuring the config files ? (long tap on the server name to open them )

Re: OpenVPN Connect with VPMBook - help needed

Posted: Tue Apr 23, 2013 4:45 pm
by Kaldric
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.