SSLTruststorePath

Note: This property is applicable only when SSLMode is set to 1 or 2. For more information, see Configuring SSL Connections.

The full path of the Java TrustStore containing an SSL certificate for verifying the server.

See also the property SSLTruststorePwd.

Default Value Data Type Required

jssecacerts, if it exists.

If jssecacerts does not exist, then cacerts is used. The default location of cacerts is jre\lib\security\.

String

Yes, if SSLMode=1 or SSLMode=2.