Skip to content

How to check the encryption protocol used when connecting to openvpn #256

Discussion options

You must be logged in to vote

If you enable debug logging and increase the log level in your configuration profile, you will see information like this in your logs:

2024-05-02 08:36:24 Client DEBUG: [Core] PROTOCOL OPTIONS:
       cipher: AES-256-GCM
       digest: NONE
       key-derivation: TLS Keying Material Exporter [RFC5705]
       compress: NONE
       peer ID: 1
       control channel: tls-crypt v2 enabled

To enable debug logging, as root run this command:

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

To increase the log level in your configuration profiles ... if you have imported the configuration profile using openvpn3 config-import, you can do this:

$ openvpn3 config-manage --show --log-level 6 --config CO…

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 #255 on May 02, 2024 09:38.