We tried to enable HTTPS using configuration wizard yesterday but we received errors from Firefox and Chrome when accessing our console.
Firefox - NS_ERROR_NET_INADEQUATE_SECURITY
Chrome - ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY
Based on articles I read this morning, the issue has something to do with TLS cipher suites. My next plan of action is to enable the following ciphers and move them to the top of the cipher order and then re-enable HTTPS.
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
Question is, has anyone encountered this issue in the past? What was your resolution?