-
Notifications
You must be signed in to change notification settings - Fork 3
wahlbrink edited this page Mar 29, 2013
·
3 revisions
See: JSSE Reference Guide
for the pool server and for the client.
For example for the standalone pool:
java -cp "*" \
-Djavax.net.ssl.keyStore=keystore \
-Djavax.net.ssl.keyStorePassword=password \
-Djavax.net.ssl.trustStore=truststore \
-Djavax.net.ssl.trustStorePassword=trustword \
de.walware.rj.servi.pool.StandalonePoolServer <id>
When using RServi#getRServi(...)
use the prefix ssl:
for the pool address.