User guide
ssl.context="TLS"
ssl.keyManagerFactory="SunX509"
ssl.keyStoreType="jks"
s
sl.keyStore="rdbjdbccli.kst"
ssl.keyStorePassword="CHANGETHIS"
ssl.trustStore="rdbjdbccli.kst"
ssl.trustStorePassword="CHANGETHIS"
/>
This is the same SSL information that you would have provided for a client SSL
configuration as described in Client SSL configuration
.
If this information is provided, the controller will use the SSL configuration to connect to
any server that responds to a poll request as an SSL-enabled server.
5.3 SSL Configuration Options
The various SSL configuration options that may be set can be found in Table 5–1
SSL
Configuration Options.
Table 5-1 SSL Configuration Options
Option
Default Description
ssl.default false If specified, indicates that the default SSL
socket factory should be used to create an SSL
socket.
The default SSL socket factory can be changed
by setting the value of the
"ssl.ServerSocketFactory.provider" security
property (in the Java security properties file) to
the desired class.
All other ssl.* configuration options will be
ignored if ssl.default is specified and set to true.
If ssl.default is not specified or specified as
false then the values of the following ssl.*
properties should be used to create an SSL
socket factory.
ssl.context <ssl context> none
Indicates the SSL context to use, for example
"TLS".
ssl.keyManagerFactory
<keymanager factory>
none Indicates the keymanager factory to use, for
example "SunX509".
ssl.keyStoreType <store type> none Indicates the t
yp
e of the ke
y
store
,
for exam
p
le
60