How can I connect to data source using SSL connection?

What is the process to connect a data source using SSL connection ? Please help

Hi Harika,

Use the following steps for using SSL connection:

  1. Click on create button of the data sources
  2. Select managed datasource, enter data source name and select the driver
  3. Enter the details of the database and in the ‘other options’ field, enter the following: ?verifyServerCertificate=true&useSSL=true&requireSSL=true
  4. Catalina opts has to be configured and the tomcat has to be started
    -Djavax.net.ssl.trustStore="conf/truststore.jks"
    -Djavax.net.ssl.trustStorePassword="password"

-Helical Insight Team