"remote option not specified" importing from iTunes

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
cinic
OpenVpn Newbie
Posts: 1
Joined: Thu Apr 24, 2014 3:29 pm

"remote option not specified" importing from iTunes

Post by cinic » 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".

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
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

Post Reply