Skip to content

Commit 7f8b185

Browse files
committed
Revert "Use default ciphers for default ssl host to prevent confusing browser errors"
This reverts commit f987632. This is to make sure the browser doesn't show a certificate warning (for a connection that will be dropped anyway) by breaking the SSL handshake early.
1 parent e923db7 commit 7f8b185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/etc/nginx/conf.d/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ server {
4646

4747
ssl_certificate /data/nginx/dummycert.pem;
4848
ssl_certificate_key /data/nginx/dummykey.pem;
49-
include conf.d/include/ssl-ciphers.conf;
49+
ssl_ciphers aNULL;
5050

5151
return 444;
5252
}

0 commit comments

Comments
 (0)