electrs: Drop insecure TLS ciphers
This commit is contained in:
parent
4c139a6d77
commit
7cfae66db4
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ in {
|
|||
ssl_certificate_key ${secretsDir}/nginx-key;
|
||||
ssl_session_cache shared:SSL:1m;
|
||||
ssl_session_timeout 4h;
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_prefer_server_ciphers on;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue