openvpn3 can not able to establish connection though openvpn can. #276
-
Also this is not clear from output which settings are not allowed. The output should be more verbose with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Regarding log levelsTo get more detailed logs, ensure that the log service allows it:
Then you need to have
Regarding compressionFrom the error it is the server pushing either the
Documentation pointers
|
Beta Was this translation helpful? Give feedback.
Regarding log levels
To get more detailed logs, ensure that the log service allows it:
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:Regarding compression
From the error it is the server pushing either the
comp-lzo
orcompress
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 existingcomp-lzo
orcompress
option. Also double check that there are nopush
statements …