"remote option not specified" importing from iTunes
Posted: Thu Apr 24, 2014 3:51 pm
Hello, I'm using the OpenVPN app for iPhone. I didn't have any problem until iOS 7.0. When I try to import a .ovpn file, the app displays the error "remote option not specified".
I didn't change anything. In the above configuration I obfuscated the real server names, that are up and running.
The same openvpn configuration is fully functional through the OSX client Thunnelblick.
Do you have any idea?
Thank you
Code: Select all
client
auth-user-pass
dev tun
proto udp
port 1194
remote XXXXXX1
remote XXXXXX2
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
tls-auth ta.key 1
cipher AES-256-CBC
comp-lzo yes
verb 4
ca ca.crt
cert CERTFILE.crt
key KEYFILE.key
The same openvpn configuration is fully functional through the OSX client Thunnelblick.
Do you have any idea?
Thank you