Are there any JDBC drivers available that support using SSL to communicate between the Java program and the database server?
Created Dec 29, 2000
JDataConnect provides a whole FAQ for their SSL support.
The IDS JDBC Driver supports SSL also.
WebLogic / Tengah supports SSL when your protocol begins with t3s (jdbc:weblogic:t3s I guess, or just create the T3Client with a t3s URL).
Cloudscape supports SSL through a special extended URL with the RmiJdbc driver. (jdbc:cloudscape:weblogic-ssl:)
The HiT driver supports SSL communications with JDBC and DB2.
This list is not meant to be exhaustive. Feel free to add feedback if you know of any others.
Joe Sam Shirah adds:
The AS/400 Toolbox for Java will also support SSL Connections, although there must be a specific match between Toolbox and OS/400 versions. In addition, the Connection must be made in a way specific to the Toolbox driver.