progmaticltd / homebox

A set of ansible scripts to build a personal mail server / private cloud / etc.
https://homebox.space/
GNU General Public License v3.0
465 stars 52 forks source link

TLS: remove ssl_protocols from nginx server confs #298

Closed fredericmoulins closed 4 years ago

fredericmoulins commented 4 years ago

Some leftover from #294.

Remove the redundant and unused ssl_protocols nginx parameter from the servers configurations. This parameter is defined in the global nginx configuration (http) and takes precedence.

Modify mta-sts, roundcube and rspamd-web nginx configurations.

Could be applied on dev, but is really only a cleanup as the parameters ("TLSv1.1") are ignored.