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
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:2. Credential: I import first the root ca (ca.crt) and then the user pkcs (user.p12)
Code: Select all
Name = Home VPN Identifier = myserver.no-ip.org.iphone
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
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.
Reagrds