-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
SSLContext set programmatically, as shown below, is ignored by the RemoteStore which never configures the Hot Rod client with it.
builder.persistence() .addStore(RemoteStoreConfigurationBuilder.class) .remoteSecurity() .ssl() .enable() .sslContext(sslContext);