-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Description
Hello,
This is about commit f987632. Not sure if you saw my comment there, but I think that keeping ssl_ciphers aNULL
is a better approach.
With valid ciphers, the browser will show a warning about self-signed certificate. After the user accepts to continue, nginx will close the connection (because of the return code 444).
Using ssl_ciphers aNULL
makes the connection fails immediately, even before the browser shows any certificate warning.
Since the goal of the default HTTPs site is to make sure that no page is served, it seems better to avoid the certificate warning.
Metadata
Metadata
Assignees
Labels
No labels