Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Deprecated openvpn option #94

Open
pablos-here opened this issue Jan 25, 2023 · 2 comments
Open

Deprecated openvpn option #94

pablos-here opened this issue Jan 25, 2023 · 2 comments

Comments

@pablos-here
Copy link

As reported during startup ....

2023-01-25 21:37:54 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for
cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning.

@wfg
Copy link
Owner

wfg commented Jan 26, 2023

I believe --cipher comes from the OpenVPN config supplied by the user. How do you propose to fix this one?

@pablos-here
Copy link
Author

Hey @wfg,

I took the coward's approach and followed the recommendation from the chimp[1], adding the following to openvpn_args:

"--data-ciphers-fallback" "AES-256-CBC"

Reference

podman logs -f openvpn-client

...
2023-01-26 17:51:31 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning.
...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants