We are trying to connect to Oracle using Oracle thin driver with SSL.
We are able to connect to Oracle using thin driver using following connect string to connect without SSL - jdbc:oracle:thin:@<host>:<port>:<service_name>
.
Can anyone help with the connect string if we want to use SSL encryption?
What would be the parameters to be given in JDBC URL to make a connection?
Any help would be appreciated.