Hide Forgot
Description of problem: Allow override of TLS ciphers to avoid clients connecting and being vulnerable to CVE-2011-3389. As CBC ciphers are vulnerable with tlsv1 this should be configurable. https://github.com/openshift/origin/blob/master/pkg/cmd/server/crypto/crypto.go#L34 Version-Release number of selected component (if applicable): 3.3
Upstream is already at tls1.2. All supported browsers support that as well. https://github.com/openshift/origin/issues/11495 is open to test switching to that