Profile that worked on 3.3.4 doesn't work on 3.4.0

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
MarkScott
OpenVpn Newbie
Posts: 2
Joined: Mon Feb 05, 2024 9:48 pm

Profile that worked on 3.3.4 doesn't work on 3.4.0

Post by MarkScott » Mon Feb 05, 2024 10:07 pm

I've been using the Android connect client for years with no problems. After it auto-updated to 3.4.0 recently, it will no longer connect. I haven't changed the profile at all. The message is as follows:

Connection failed
There was an error attempting to connect to the selected server.
Error message: option_error: Neither 'client' nor both 'tls-client' and 'pull' options declared.
OpenVPN3 client only supports --client mode.

Here's the profile:

Code: Select all

#Template client.ovpnclient
dev tun
proto tcp-client
remote ******
port 1194
nobind
persist-key
persist-tun
tls-client
remote-cert-tls server
ca CA.crt
cert PHClient.crt
key PHClient.key
verb 4
mute 10
cipher AES-256-CBC
auth SHA1
auth-user-pass secret
auth-nocache
How do I fix this?

MarkScott
OpenVpn Newbie
Posts: 2
Joined: Mon Feb 05, 2024 9:48 pm

Re: Profile that worked on 3.3.4 doesn't work on 3.4.0

Post by MarkScott » Mon Feb 05, 2024 10:25 pm

OK, I simply added a line with 'client' on it to the profile, and now it works.

Post Reply