Does my JDBC connection to the database use SSL or not?

后端 未结 3 900
你的背包
你的背包 2020-12-28 12:40

How can one know if the JDBC connection to an SQL server is secure (i.e. uses SSL) or not?

Is it obvious for example from the URL. Do all JDBC drivers support SSL

3条回答
  •  旧时难觅i
    2020-12-28 13:09

    Try these links for information:

    1. MySQL : http://www.razorsql.com/articles/mysql_ssl_jdbc.html

    2. Oracle : http://www.dbforums.com/oracle/1620651-ssl-connection-jdbc-thin-driver.html

    3. PostgreSQL : http://archives.postgresql.org/pgsql-jdbc/2003-08/msg00110.php

    4. MS SQL Server : http://download.oracle.com/docs/cd/E12840_01/wls/docs103/jdbc_drivers/mssqlserver.html

提交回复
热议问题