i tried using the open VPN config generated by the pfSense Webinterface with my iPhone 5s, iOS 7.0.3 and the latest OpenVPN connect version but failed.
After adding the config (which works fine) and entering my user and password, nothing happens. The Log in the OpenVPN connect Client is empty. Also the pfSense Log / tcpdump on the pfSense show nothing.
With OpenVPN for Windows, the config is working fine.
Here is my .ovpn File:
Code: Select all
persist-tun
persist-key
cipher BF-CBC
tls-client
client
remote xx.xx.xx.xx 1195 tcp
auth-user-pass
comp-lzo
<ca>
-----BEGIN CERTIFICATE-----
XXX
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
XXX
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
XXX
-----END RSA PRIVATE KEY-----
</key>
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
XXX
-----END OpenVPN Static key V1-----
</tls-auth>
key-direction 1
Maybe one of you guys has an idea.
Thanks and best regards
Sebastian