Page 1 of 1

problems loading OPVN profile on ipad

Posted: Mon Nov 18, 2013 8:01 pm
by sleeperb
I receive this error message when transferring profile to ipad.
Error loading profile:RBLipad.ovpn
option_error:option "pardtx560tx120tx1680tx2240tx280..." is too long

I have created keys and profiles on WIndows 8 and MAC OS Lion and Maverick with easy-rsa and with each attempt to lad the profile I receive this error message.

xxx.opvn file is below

client
dev tun
proto udp
remote xxxxx.homedns.org 1174
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
redirect-gateway def1
cipher AES-128-CBC
comp-lzo
verb 4
#ca ca.crt
#cert RBLIpad.crt
#key RBLIpad.key
<ca>
-----BEGIN CERTIFICATE-----

-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----

-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,8DFC211BA7161B8E

-----END RSA PRIVATE KEY-----
</key>


Any ideas what I am doing wrong?
Thank you