Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are there any JDBC drivers available that support using SSL to communicate between the Java program and the database server?

0
Posted

Are there any JDBC drivers available that support using SSL to communicate between the Java program and the database server?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123