Page 1 of 1

"Connection Failed" after upgrade to 3.4

Posted: Mon Nov 06, 2023 9:44 pm
by mistergsf
I'm a novice user and would greatly appreciate any help with this error. I use OperVPN to connect to my Synology NAS remotely from my iPhone. Everything worked fine before the upgrade from 3.3.4. I would just need instructions on how/what to edit in my profile so I no longer get this error.

Thanks!

[Nov 06, 2023, 13:23:03] START CONNECTION

[Nov 06, 2023, 13:23:03] ----- OpenVPN Start -----
OpenVPN core 3.8.2connect1 ios arm64 64-bit

[Nov 06, 2023, 13:23:03] OpenVPN core 3.8.2connect1 ios arm64 64-bit

[Nov 06, 2023, 13:23:03] Frame=512/2112/512 mssfix-ctrl=1250

[Nov 06, 2023, 13:23:03] EVENT: CORE_THREAD_ERROR option_error: Neither 'client' nor both 'tls-client' and 'pull' options declared. OpenVPN3 client only supports --client mode. [ERR]

[Nov 06, 2023, 13:23:03] EVENT: CORE_THREAD_DONE

[Nov 06, 2023, 13:23:03] EVENT: DISCONNECT_PENDING

[Nov 06, 2023, 13:23:03] Raw stats on disconnect:


[Nov 06, 2023, 13:23:03] Performance stats on disconnect:
CPU usage (microseconds): 16860
Network bytes per CPU second: 0
Tunnel bytes per CPU second: 0

Image

Re: "Connection Failed" after upgrade to 3.4

Posted: Tue Mar 12, 2024 10:26 am
by cobustorro
For phone connection make sure that when you open the .ovpn file in notebook you declaire "tls-client" and "pull" together and it will work.

To do it, you just need to un-hashtag the pull.

This is correct like this:
tls-client
pull

This is NOT correct like this:
tls-client
#pull

or

like this:
#tls-client
pull

Make sure that for you computer version the #pull is still has the hashtag.
Like this it works for me.