padrevirtual / android-openvpn-settings

Automatically exported from code.google.com/p/android-openvpn-settings
GNU General Public License v3.0
0 stars 0 forks source link

Options error: Unrecongized option or missing parameter(s) in client.ovpn:1:client(2.1.1) #132

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Make config file client.ovpn with following parameters:

client
dev tun
proto udp
remote my.server.net 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca host/ca.crt
cert host/client.crt
key host/client.key
ns-cert-type server
comp-lzo
verb 3

2.Set logs On
3.Run client.ovpn from OVPNSettings

What is the expected output? What do you see instead?
I expected a connection with the server, but it throws me the following error:

Options error: Unrecongized option or missing parameter(s) in 
client.ovpn:1:client(2.1.1)
Use --help for more information

What version of the product are you using?
0.4.10

Which Android phone are you using?
ThinkPad Tablet 183926S

Which firmware version are you using?
Android3.1
kernel 2.6.36.3
build@build-desktop#1

Please provide any additional information below.
I restarted the tablet, the same error.

Original issue reported on code.google.com by hjherre...@gmail.com on 27 Jun 2012 at 12:46

GoogleCodeExporter commented 8 years ago
Resolved, It was encoded in UTF-8, changed encoding to ANSI with Notepad++ and 
worked, but with another issue. 

Original comment by hjherre...@gmail.com on 27 Jun 2012 at 12:59