Are there any JDBC drivers available that support using SSL to communicate between the Java program and the database server?
Location: http://www.jguru.com/faq/view.jsp?EID=289193 Created: Dec 29, 2000 Modified: 2000-12-29 20:14:34.385 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Question originally posed by John Zukowski PREMIUM (http://www.jguru.com/guru/viewbio.jsp?EID=7 For Oracle, the JDBC-OCI driver can use SSL with native threads, but not with green threads. The JDBC-Thin driver cannot use SSL, but can use ANO encryption instead. JDataConnect provides a whole FAQ for their SSL support. The IDS JDBC Driver supports SSL also. The the Novell JDBC Driver for NDS driver uses SSL by default, and must be disabled to not use. 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