Merge pull request #2673 from dmp42/TLS
Remove ciphers that do not support perfect forward secrecy
This commit is contained in:
commit
5f37adaa41
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