13 messages in com.mysql.lists.mysqlRe: Securing the MySQL tunnel - ideas...
FromSent OnAttachments
ab...@pcrnd.inti.co.id29 Feb 2000 19:41 
Opec Kemp29 Feb 2000 19:59 
Tonu Samuel29 Feb 2000 22:32 
Tonci Grgin01 Mar 2000 02:42 
Matthew Clark01 Mar 2000 03:03 
Alvin Starr01 Mar 2000 03:45 
Tonu Samuel01 Mar 2000 06:12 
Ed Carp01 Mar 2000 09:36 
Nicholas Brandon01 Mar 2000 12:19 
Dave VanHorn01 Mar 2000 12:35 
Calvin Wells01 Mar 2000 18:55 
Jay Jarvinen01 Mar 2000 23:14 
Tonci Grgin07 Mar 2000 05:24 
Subject:Re: Securing the MySQL tunnel - ideas please??
From:Ed Carp (er@pobox.com)
Date:03/01/2000 09:36:00 AM
List:com.mysql.lists.mysql

Alvin Starr (alv@iplink.net) writes:

On Wed, 1 Mar 2000, Matthew Clark wrote:

Hi guys..

We have a public web server running MySQL. I need to give certain users a special program that allows them to connect to the MySQL server via the internet.. no problem..

However - I would like to encrypt that link - I have looked at putting VPN type technology in but this is quite costly.

The application they will be using is a WIN32 (Delphi 4) application and the Web Server is a RedHat (well.. it WAS RedHat) 6.1 install..

Does anyone have some good ideas on how to do this a little cheaper?

I was hoping I could just get a win32 library which would allow me to port forward to an encrypted tunnel (ssl?) on the Win32 Box and then port forward on the Linux server back to MySQL.

I have played with a package called wrapssl that will create an ssl link between arbitrary ports. I used it to secure an Imap mail server but I think it can be used for somthing like securing a mysql port. I am not sure if ther is a windows port though.

You also might want to check out SSH (which run on almost everything). It has facilities to do arbitrary port redirection, doing transparent encryption along the way.