Oracle
By default SSL/TLS is not used when connecting to Oracle via the JDBC thin client. To enable it, use the protocol TCPS in the expanded URL syntax:
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=xe))) |
Note that the Oracle server must first be configured to support that TCPS protocol as well. Consult these online documentation pages for more information: