-
Notifications
You must be signed in to change notification settings - Fork 273
Description
Is your feature request related to a problem? Please describe.
Some default cipher-suites may be not recommended by enterprise information security policies. Thus it's better to have an option where I can restrict number of supported cipher suites.
Describe the solution you'd like
New cipher_suites setting just under server.https section. cipher_suites is an array of strings with cipher name each. If cipher_suites is not set then use default (current) behaviour, if empty or all of ciphers is not supported then fail at startime because https will not work, if some (but bot all) ciphers are not supported then log a warn message to stdout.
Describe alternatives you've considered
Reverse proxy behind chproxy, but this seem redundant.
Additional context
same: