Error Loading Profile in OpenVPN app

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
cshort
OpenVpn Newbie
Posts: 2
Joined: Fri Feb 22, 2013 9:15 pm

Error Loading Profile in OpenVPN app

Post by cshort » Fri Feb 22, 2013 9:19 pm

Hello,

I installed the OpenVPN app on iOS and using the option to import a profile from an OpenVPN access server, seemed to connect and pull the information just fine.

However, I receive the following error under the "New profiles are available..." section.

Error loading profile: Inbox/client.ovpn
option_error: more than one instance of option 'dev'

The green plus option and the green arrow option are grayed out and only the red X option is available.

Any suggestions are appreciated.

Thank You!

cabhay
OpenVpn Newbie
Posts: 6
Joined: Thu Feb 07, 2013 6:19 am

Re: Error Loading Profile in OpenVPN app

Post by cabhay » Mon Feb 25, 2013 3:16 pm

That error means you have multiple "dev tun" or "dev" keys in your client.ovpn file. Please check your client.ovpn file.

Secondly, if you are adding ovpn file from iTunes connect, add above inbox folder.

I hope this will help you.

- Abhay

cshort
OpenVpn Newbie
Posts: 2
Joined: Fri Feb 22, 2013 9:15 pm

Re: Error Loading Profile in OpenVPN app

Post by cshort » Tue Feb 26, 2013 1:48 pm

Thank You! It did. I saw a couple of "dev_tun" lines. I just deleted the second one and (after deleting a duplicate proto line) the certificate pulled in fine.

I'm having authentication failures - but that's another thing I need to work on.

Thanks again!

cabhay
OpenVpn Newbie
Posts: 6
Joined: Thu Feb 07, 2013 6:19 am

Re: Error Loading Profile in OpenVPN app

Post by cabhay » Tue Mar 05, 2013 10:58 am

Great. Are you using username-password authentication or cert-based?

- Abhay

other man
OpenVpn Newbie
Posts: 2
Joined: Fri Jun 24, 2016 6:39 am

Re: Error Loading Profile in OpenVPN app

Post by other man » Fri Jun 24, 2016 6:43 am

Hello

I also have this bug out "Error Loading Profile in OpenVPN"
client configuration
"client
dev tun
proto udp
remote 192.168.3.104 1194
tls-client
ca "ca.crt"
tls-auth "ta.key" 1
cert "User1.crt"
key "User1.key"
remote-cert-tls server
comp-lzo
tun-mtu 1500
mssfix 1450
verb 3
nobind
resolv-retry infinite"

sorry for my bad english

Post Reply