static_key_parse_error
Posted: Thu Aug 22, 2013 3:14 am
Hi All,
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:
I have tried copying the files over several times, and have tried running the files through unix2dos before copying them over to the windows machine I have iTunes installed on. I've verified that after changing my vpn.conf file that I use on the linux distro into vpn.ovpn, the windows machine is able to connect fine.
The configuration I have looks like this:
Any help would be appreciated!
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