Upgraded to Foglight 6.3.0 or 7.1.0 and now receiving the following error when attempting to access the console using HTTPS:
NS_ERROR_NET_INADEQUATE_SECURITY
Similar errors when trying with a different browser:
ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY
Make a backup of [FMS_HOME]/server/tomcat/server.xml and replace with the attached server.xml from a default Foglight 7.1.0 installation.
Note: If there have been other customizations to the configuration file such as keystore and key passwords they will need to be updated on the new file.
Update the ciphers list in [FMS_HOME]/server/tomcat/server.xml:
ciphers="TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,
TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256,
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
TLS_DHE_DSS_WITH_AES_256_GCM_SHA384,
TLS_DHE_DSS_WITH_AES_128_GCM_SHA256,
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"