I've setup gemfire.properties to make the web component require SSL using ssl-enabled-components=web
and setting up a keystore. The locator and server are starting ok and GFSH connects to the JMX manager. However, when I try and start the Swagger UI then I am getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
. It happens when the config is that ssl-ciphers=
and ssl-protocols=
or set to any
...
So what's the required REST API cipher for Apache Geode? Thanks