Installation guide
Table 10.3. SSL Configurat ion
Attribut e De fault De script ion
ssl false Should
connection
to proxy use
a secure
socket layer.
sslCiphers T he default JSSE cipher suites Overrides
the cipher
suites used
to init an SSL
socket
ignoring any
unsupported
ciphers.
sslProtocol TLS Overrides
the default
SSL socket
protocol.
sslCertificateEncodingAlgorithm The default JSSE key manager algorithm. The
algorithm of
the key
manager
factory.
sslKeyStore System.getProperty("user.home") + "/.keystore" T he location
of the key
store
containing
client
certificates.
sslKeyStorePass changeit The
password
granting
access to
the key
store.
sslKeyStoreType JKS The type of
key store.
sslKeyStoreProvider T he default JSSE security provider. The key
store
provider.
sslTrustAlgorithm The default JSSE trust manager algorithm. The
algorithm of
the trust
manager
factory.
sslKeyAlias The alias of
the key
holding the
client
certificates
in the key
store.
sslCrlFile Certificate
revocation
list.
sslTrustMaxCertLength 5 The
maximum
length of a
certificate
held in the
trust store.
sslTrustStore System.getProperty("javax.net.ssl.trustStorePassword") The location
of the file
containing
the trust
store.
sslTrustStorePassword System.getProperty("javax.net.ssl.trustStore") T he
password
granting
access to
the trust
store.
sslTrustStoreType System.getProperty("javax.net.ssl.trustStoreType") The trust
38 Chapter 10. Java Properties