forked from TrueCloudLab/distribution
Remove ciphers that do not support perfect forward secrecy
Signed-off-by: Olivier <o+github@gambier.email>
This commit is contained in:
parent
b7446e89bf
commit
d260b18f2f
1 changed files with 0 additions and 2 deletions
|
@ -139,8 +139,6 @@ func (registry *Registry) ListenAndServe() error {
|
|||
tls.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,
|
||||
tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,
|
||||
tls.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,
|
||||
tls.TLS_RSA_WITH_AES_128_CBC_SHA,
|
||||
tls.TLS_RSA_WITH_AES_256_CBC_SHA,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue