3 messages in com.mysql.lists.javaRe: JDBC & SSL
FromSent OnAttachments
bone...@mad.scientist.com20 Nov 2000 11:59 
Cris Perdue20 Nov 2000 12:13 
Gary Bentley21 Nov 2000 02:03 
Subject:Re: JDBC & SSL
From:Cris Perdue (cr@perdues.com)
Date:11/20/2000 12:13:34 PM
List:com.mysql.lists.java

Anyone have any info. on using jdbc,SSL, and MySQL? I need a secure connection between my application (not applet) and a MySql database. Using jdk v1.3, JCE v1.2.1, and latest version of MySql.

I can't help you with SSL, but can tell you of positive experience with SSH (Secure Shell) and MySQL connections. SSH has a "port forwarding" feature that allows a remote MySQL server appear to be running on your local machine. The connection is authenticated and data transfers are private. See for example http://www.ssh.com/.

We use version 1 of the protocol. I tend to consider ssh an open source product, but I believe the specifics of the license do not make it free for all uses.

-Cris