Page 1 of 1

VoD Trying to start an SSL VPN service that is not eligible

Posted: Mon Aug 18, 2014 7:44 pm
by tanica76
Hi,
after months using OpenVPN Connect app on iOS (7.1.2) directly to connect to my opnevpn server, now I want use VoD to start with VPN switch, but when I try to start VPN connection with VPN Switch (Settings > VPN) in iPCU console I receive this error

Code: Select all

Trying to start an SSL VPN service that is not eligible
and VPN don't start and on iPhone appear a message telling to use OpvenVPN Connect to open profile.

iPhone 5S iOS 7.1.2
OpenVPN 1.0.4 build 140 (iOS 64-bit)

ca.crt saved in iPhone Keystore (using ovpn file it's OK)
user.p12 saved in iPhone Keystore (using ovpn file it's OK)

I start iPhone Configuration Utility and confiure a new profile (step by step)
  • 1. General:

    Code: Select all

    Name = Home VPN
    Identifier = myserver.no-ip.org.iphone
    2. Credential: I import first the root ca (ca.crt) and then the user pkcs (user.p12)
    3. VPN:

    Code: Select all

    Connection Name = Home VPN
    Connetion type = Custom SSL
    Identifier = net.openvpn.OpenVPN-Connect.vpnplugin
    Server = myserver.no-ip.org
    Account = user
    
    Custom Data:
    client				NOARGS
    dev					tun
    proto				 tcp
    remote				myerver.no-ip.org 443
    resolv-retry		infinite
    nobind				NOARGS
    persist-key		 NOARGS
    persist-tun		 NOARGS
    verb				  3
    comp-lzo			 NOARGS
    ns-cert-type		server
    
    User Authentication = Certificate
    Credential = user
    
After that config I send profile to my iPhone with iPCU and I install it and all it's OK (1 sign certificate, 2 certicates, 1 VPN), I switch to console in iPCU and in iPhone i try to start vpn from VPN switch in Setting but don't start.
This is the console output

Code: Select all

Aug 18 21:42:19 iPhone Preferences[12391] <Warning>: -[VPNBundleController _vpnNetworkingIsDisabled]: Airplane mode: 0, WiFi Enabled: 1
Aug 18 21:42:19 iPhone Preferences[12391] <Warning>: -[VPNBundleController _setVPNActive:]: ssl Type being started: net.openvpn.OpenVPN-Connect.vpnplugin
Aug 18 21:42:19 iPhone Preferences[12391] <Warning>: -[VPNBundleController _setVPNActive:]: Trying to start an SSL VPN service that is not eligible
Aug 18 21:42:25 iPhone profiled[12614] <Notice>: (Note ) profiled: Service stopping.
What's wrong in my config?

Reagrds