Beginning with GemFire 8, there are four types of SSL configuration properties, each of which works in a different scenario. Among them, the cluster-ssl-*
properties are the default and works for any scenario not covered by the other three. The sever-ssl-*
properties, on the other hand, configure client/server connections (as described in the User Guide).
There are two cases in which the proper configuration type is counter intuitive since both are often considered as simply special kinds of clients:
Hence, the common misunderstanding is that the server-ssl-*
properties should apply. However, the server type only applied to standard Java clients. The correct way to configure for these connections by the cluster-ssl-*
properties.
In order to resolve SSL issues with either of these types of connections:
cluster-ssl
properties.cluster-ssl-*
settings.