-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When the server is configured with keystore and the client does not enable configuration through ConfigurationBuilder().Ssl().Enable(), the call to the RemoteCacheManger constructor hangs:
new RemoteCacheManager(conf.Build(), true);
The server side logs "not an SSL/TLS record".
The RemoteCacheManager could possibly throw an error but it should not hang.