OpenVPN Connect (1.1.1.17 build 76) on Android 6.0.1 (Cyanogenmod 13.0) reaches a timeout while OpenVPN GUI (OpenVPN 2.3.10) on Windows 7 can establish a connection with the exact same config file and certificate. When I use my phone as a hotspot for my notebook a session connection can be established while my mobile phone can't.
I use the OpenVPN server on a QNAP TS-212P. I installed a certificate from Let's Encrypt for https connections, which is working.
I downloaded the pre-defined config file from my the QNAP web management interface and put it into both, the OVPN GUI and OVPN Connect app. The ca.crt and openvp.ovpn are in the same directory, imported via "Import profile from SD card":
Code: Select all
client
dev tun
script-security 3
proto udp
remote [i]subdomain[/i].myqnapcloud.com [i]port[/i]
remote-cert-tls server
resolv-retry infinite
nobind
ca ca.crt
auth-user-pass
reneg-sec 0
cipher AES-256-CBC
tls-cipher TLS-SRP-SHA-RSA-WITH-3DES-EDE-CBC-SHA:TLS-DHE-RSA-WITH-AES-128-CBC-SHA:TLS-DHE-RSA-WITH-AES-256-CBC-SHA
comp-lzo
http://imgur.com/Yay3k1J
I can't tell why the applications behave differently, the options I use (as far as I'm not blind) are supported by OpenVPN Connect. Can someone hint in the direction where I need to look to to fix this problem?
Any help much appreciated, thank you in advance!
Mamue