|
Summary: GigaSpaces provides an SSL stub handler which provides SSL support.
OverviewGigaSpaces provides two stub handlers:
The default handler uses the LRMIStubHandlerImpl class (com.j_spaces.core.lrmi.LRMIStubHandlerImpl).
For its SSL support, GigaSpaces uses the standard Java Secure Socket Extension) that is part of the JVM. The SSL stub handler generates space proxies that use SSLSocket factories. For SSL support, set the stub handler to one that generates RMI/SSL stubs. To set up the SSL stub handler, change the value of the <stub-handler> element to com.j_spaces.core.SSLStubHandlerImpl. <space-config> <ssl-stub-handler> <!--URI to keyStore and trustStore--> <protocol-name>TLS</protocol-name> <keystore-type>JKS</keystore-type> <key-managment-method>SunX509</key-managment-method> <keystore>${com.gs.home}/config/gigaspaces_server.keystore</keystore> <truststore>${com.gs.home}/config/gigaspaces_server.truststore</truststore> <password>gigaspaces</password> </ssl-stub-handler> </space-config> The SSL stub handler uses the following properties:
|
Wiki Content Tree
Your Feedback Needed!
We need your help to improve this wiki site. If you have any suggestions or corrections, write to us at techw@gigaspaces.com. Please provide a link to the wiki page you are referring to.
Add Comment