Skip to content

openvpn3 can not able to establish connection though openvpn can. #276

Discussion options

You must be logged in to vote

Regarding log levels

To get more detailed logs, ensure that the log service allows it:

  # openvpn3-admin log-service --log-level 6

Then you need to have verb 6 in the configuration profile or import the configuration profile (openvpn3 config-import) and set the log level with:

 $ openvpn3 config-manage --show --config CONFIG_NAME --log-level 6

Regarding compression

From the error it is the server pushing either the comp-lzo or compress option. By default, OpenVPN 3 does not allow compression (details).

  • If you control the server: Modify the server configuration to use compress migrate instead of existing comp-lzo or compress option. Also double check that there are no push statements …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dsommers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #275 on February 11, 2025 13:22.