OpenVPN Connect with VPMBook - help needed
-
- OpenVpn Newbie
- Posts: 1
- Joined: Wed Mar 06, 2013 7:46 am
OpenVPN Connect with VPMBook - help needed
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.
-
- OpenVpn Newbie
- Posts: 1
- Joined: Sun Mar 10, 2013 2:01 pm
Re: OpenVPN Connect with VPMBook - help needed
have you tried configuring the config files ? (long tap on the server name to open them )
-
- OpenVpn Newbie
- Posts: 1
- Joined: Tue Apr 23, 2013 4:27 pm
Re: OpenVPN Connect with VPMBook - help needed
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:
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.
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
Thanks in advance.