6 messages in com.mysql.lists.javaRe: AW: SSL-JDBC Connection
FromSent OnAttachments
Detlev Ehmann05 Jun 2000 07:35 
Mikel05 Jun 2000 10:52 
Tim Endres05 Jun 2000 11:25 
Detlev Ehmann06 Jun 2000 00:46 
Tim Endres06 Jun 2000 07:12 
Aleph One06 Jun 2000 16:50 
Subject:Re: AW: SSL-JDBC Connection
From:Aleph One (ale@underground.org)
Date:06/06/2000 04:50:02 PM
List:com.mysql.lists.java

On Tue, Jun 06, 2000 at 10:12:46AM -0400, Tim Endres wrote:

Hi Tim, to write a server wich will handle the connection is one way. But I think it´s more easy if I have a driver which integrates the SSL-Socket functions. My problem is not to connect through my own firewall to the mySQL-Server. It´s to pass the firewall on the client-side. And the only port which is open by default outside of 80 is the 443. I´m not sure if this is the right way, because I´ve no experiences in SSL-Socket-connections. Detlev

A driver supporting SSL would be nice, but it requires a server that supports SSL. Does MySQL support SSL connections? I do not think that it does. Thus, the need for an intermediary.

The are application that let you tunnel between SSL and non-SSL (e.g. ssltunnel). Of curse this would break MySQL's access controls based on IP addresses.

tim.

To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail java@lists.mysql.com instead.