[COMPRESS_ERROR] server pushed compression settings that are not allowed

Hello! When i tried to connect to pritunl-server from openvpn3, i have this message:
session-start: ** ERROR ** Failed to connect: Connection, Client disconnected

$ openvpn3 session-start --config local_vpn.ovpn
$ Using configuration profile from file: local_vpn.ovpn
$ Session path: /net/openvpn/v3/sessions/f943f16ds7131s49e1s9023s0983a5d60ef8
$ session-start: ** ERROR ** Failed to connect: Connection, Client disconnected

$ sudo openvpn3-admin journal --path /net/openvpn/v3/sessions/f943f16ds7131s49e1s9023s0983a5d60ef8
$ [sudo] пароль для admin:
$ Tue Nov 28 17:10:13 2023 {tag:2360436534705743513} Client !! FATAL !!: [COMPRESS_ERROR] server pushed compression settings that are not allowed and will result in a non-working connection.

can somebody help me??

1 Like

Hello. follow this step:

  1. import config
    $ openvpn3 config-import --config config_vpn.ovpn --name MY_VPN1
  2. allow compression
    $ openvpn3 config-manage --config MY_VPN1 --allow-compression yes
  3. connect to vpn
    $ openvpn3 session-start --config MY_VPN1
1 Like

thaaaaaaank you, this worked for me