You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AlexanderYastrebov I can work on this issue. I was thinking of adding an option to have custom cipher suites enabled using tls.config.CipherSuites for TLS 1.2
Describe the bug
The config used for TLS 1.2 when terminating at Skipper is allowing clients to use two insecure cipher suites:
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
TLS_RSA_WITH_3DES_EDE_CBC_SHA
To Reproduce
Run nmap script
ssl-enum-ciphers
against an https ingress using skipper for TLS termination.Expected behavior
Observed behavior
The text was updated successfully, but these errors were encountered: