URL for SSL

To enable SSL for the JDBC connections, during configuration, on the Configure Database page, click Advanced and select "Use secure connection to the database (SSL)."

Use the following additional parameters when JDBC SSL is selected and you are using Microsoft SQL Server.

  • ENCRYPTIONMETHOD=SSL

  • TRUSTSTORE=Path to trust store

  • TRUSTSTOREPASSWORD=trust store password

  • VALIDATESERVERCERTIFICATE="true"

Use the following URL format when JDBC SSL is selected and you are using Oracle Database.

jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)

(HOST=host1)(PORT=1521))

(CONNECT_DATA=(SERVICE_NAME=servicename)

)

)