Liblor / applied_sec_lab

Applied Security Laboratory - AS19
6 stars 1 forks source link

nginx does not serve content over HTTPS. #9

Closed keyctl closed 4 years ago

keyctl commented 4 years ago

We should configure all public nginx servers to serve encrypted content only. For doing so, we should introduce a trusted certificate which has to be installed on the client machine. Also, we should make sure that the TLS configuration nginx is hardened.

See the documentation of the Ansible nginx role fo further information on how to configure the deployment. See Mozilla's SSL Configuration Generator for hints on how to configure TLS securely.

keyctl commented 4 years ago

27 should fix this.