electrs: Drop insecure TLS ciphers
This commit is contained in:
parent
4c139a6d77
commit
7cfae66db4
@ -136,7 +136,7 @@ in {
|
|||||||
ssl_certificate_key ${secretsDir}/nginx-key;
|
ssl_certificate_key ${secretsDir}/nginx-key;
|
||||||
ssl_session_cache shared:SSL:1m;
|
ssl_session_cache shared:SSL:1m;
|
||||||
ssl_session_timeout 4h;
|
ssl_session_timeout 4h;
|
||||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
|
ssl_protocols TLSv1.2 TLSv1.3;
|
||||||
ssl_prefer_server_ciphers on;
|
ssl_prefer_server_ciphers on;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user