java - Hazelcast ssl enterprise version -


am using trial version of hazelcast enterprise version testing,

when documentation, shows

properties props = new properties(); ... clientconfig config = new clientconfig(); config.getsocketoptions().setsocketfactory( new sslsocketfactory( props ) );

http://docs.hazelcast.org/docs/latest/manual/html/ssl.html

where when try implement it, there no such method after getsocketoptions setsocketfactory, not sure how implement ssl in hazelcast 3.4.2 version, trial periods running out,,, not satisfied ssl feature of hazelcast.

regards, harry

harry,

did have chance go through hazelcast ssl example https://github.com/hazelcast/hazelcast-code-samples/tree/master/network-configuration/ssl ?

it uses basicsslcontextfactory implemented hazelcast.


Comments

Popular posts from this blog

javascript - Complete OpenIDConnect auth when requesting via Ajax -

apache - PHP Soap issue while content length is larger -

c# - Replace text in MailItem Body -