Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS settings in config file #16

Open
TheJJ opened this issue Aug 30, 2020 · 3 comments
Open

TLS settings in config file #16

TheJJ opened this issue Aug 30, 2020 · 3 comments
Labels
enhancement Improves existing functionality.

Comments

@TheJJ
Copy link
Member

TheJJ commented Aug 30, 2020

One should be able to set TLS settings in the config, e.g. to disable some ciphers or TLS1.0 and 1.1.

@TheJJ TheJJ added the enhancement Improves existing functionality. label Aug 30, 2020
@TheJJ TheJJ mentioned this issue Aug 30, 2020
@bsu3338
Copy link

bsu3338 commented Feb 24, 2021

What about a simple argument --secureciphers or something similar that just disables all current weak ciphers? Maybe just make a note in the documentation about increased CPU usage if option is enabled.

@TheJJ
Copy link
Member Author

TheJJ commented Mar 16, 2021

It shouldn't matter if this is configured on the command line or config file. Changing the commandline involves editing the systemd unit, so it should be preferred to use the config file.

@DerDanilo
Copy link

What about just putting nginx or haproxy (locally) in front of it? Should be simple enough and doesn't require a config change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves existing functionality.
Projects
None yet
Development

No branches or pull requests

3 participants