sozu-proxy / sozu

Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome!

Home Page:https://www.sozu.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

harmonize `DEFAULT_CIPHER_LIST` and `DEFAULT_RUSTLS_CIPHER_LIST`

Keksoj opened this issue · comments

Production has shown that when a cipher list is not given to an HTTPS listener configuration, a default cipher list is used, which may not work.

We have to investigate and decide where a unique default value will be stored and used.