Trying to set up the VPN to work through iOS. Configuration files and keys work fine in linux to establish a connection, but when I drag through iTunes I get the following error:
Code: Select all
------ OpenVPN Start -----
EVENT: CORE_ERROR
static_key_parse_error [ERR]
Raw stats on disconnect
...
----- OpenVPN Stop -----
The configuration I have looks like this:
Code: Select all
dev tun0
proto udp
port 12111
resolv-retry infinite
remote XXX.XXXXX.XXX 12109
pull
comp-lzo
tun-mtu 1500
fragment 1300
mssfix 1300
tls-client
tls-auth XXXXX.secret
ca XX.XXXXX.XXXXX.crt.pem
cert XXXX.crt.pem
key XXXX.key.pem
ping 5
ping-restart 60
ping-timer-rem
persist-tun
persist-key
verb 5