OpenVPN Connect 3 : no more connections works
Posted: Thu Aug 30, 2018 3:29 pm
Hello,
Since I updated OpenVPN Connect (in version 3) on my iPhone X, no more of my connections works.
When I try to connect to a profile, I have timeout or network_eof_error
Example of log:
And one profile config :
Why with this version my connections no longer work?
Thanks
Best Regards,
Fabien
Since I updated OpenVPN Connect (in version 3) on my iPhone X, no more of my connections works.
When I try to connect to a profile, I have timeout or network_eof_error
Example of log:
Code: Select all
2018-08-30 17:21:49 ----- OpenVPN Start -----
OpenVPN core 3.2 ios arm64 64-bit PT_PROXY built on Aug 17 2018 09:49:39
2018-08-30 17:21:49 Frame=512/2048/512 mssfix-ctrl=1250
2018-08-30 17:21:49 UNUSED OPTIONS
4 [tun-ipv6]
6 [resolv-retry] [infinite]
7 [persist-key]
8 [persist-tun]
10 [verb] [3]
11 [mute] [20]
2018-08-30 17:21:49 EVENT: RESOLVE
2018-08-30 17:21:49 Contacting [xxx]:443/TCP via TCP
2018-08-30 17:21:49 EVENT: WAIT
2018-08-30 17:21:49 Connecting to [xxxx]:443 (xxx) via TCPv4
2018-08-30 17:21:49 TCP recv EOF
2018-08-30 17:21:49 Transport Error: Transport error on 'xxxxx: NETWORK_EOF_ERROR
2018-08-30 17:21:49 EVENT: TRANSPORT_ERROR Transport error on 'xxx: NETWORK_EOF_ERROR [ERR]
2018-08-30 17:21:49 Client terminated, restarting in 5000 ms...
2018-08-30 17:21:52 RECONNECT TEST: Internet:ReachableViaWiFi/-R t------
2018-08-30 17:21:52 EARLY RECONNECT
2018-08-30 17:21:52 Client terminated, reconnecting in 1...
2018-08-30 17:21:53 EVENT: RECONNECTING
And one profile config :
Code: Select all
client
remote xxxx 443
proto tcp
dev tun
tun-ipv6
cipher AES-256-CBC
resolv-retry infinite
persist-key
persist-tun
comp-lzo
verb 3
mute 20
redirect-gateway def1
route-ipv6 ::/0
key-direction 1
<ca>
xxx
</ca>
<cert>
xxx
</cert>
<key>
xxx
</key>
<tls-auth>
xxx
</tls-auth>
Thanks
Best Regards,
Fabien