iOS mail (Exchange) program does not connect
Posted: Sun Aug 25, 2013 6:59 pm
I setup OpenVPN Connect 1.0.1 on iOS 6.13 and community OpenVPN server 2.3.2. Everything works perfectly with Safari (on iOS) and ping (on iOS). But somehow the iOS mail program (we are using it with Exchange) does not even try to connect. Using wireshark I see no traffic at all. Wheels are spinning in the mail app but it is not doing anything.
I cannot believe I am the first to encounter. ovpn for the client is:
I cannot believe I am the first to encounter. ovpn for the client is:
Code: Select all
client
dev tun
proto udp
remote myserver 1194
nobind
persist-key
persist-tun
# SSL/X509
ca caCert.pem
cert cert.pem
key key.pem
tls-remote "OpenVPN_Server"
# cipher/compression
tls-auth hmac.key 1
cipher AES-128-CBC
comp-lzo
comp-noadapt
# logging
verb 2