What is the process to connect a data source using SSL connection ? Please help
Hi Harika,
Use the following steps for using SSL connection:
- Click on create button of the data sources
- Select managed datasource, enter data source name and select the driver
- Enter the details of the database and in the ‘other options’ field, enter the following:
?verifyServerCertificate=true&useSSL=true&requireSSL=true
- 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