13 messages in com.mysql.lists.mysqlRe: Securing the MySQL tunnel - ideas...| From | Sent On | Attachments |
|---|---|---|
| ab...@pcrnd.inti.co.id | 29 Feb 2000 19:41 | |
| Opec Kemp | 29 Feb 2000 19:59 | |
| Tonu Samuel | 29 Feb 2000 22:32 | |
| Tonci Grgin | 01 Mar 2000 02:42 | |
| Matthew Clark | 01 Mar 2000 03:03 | |
| Alvin Starr | 01 Mar 2000 03:45 | |
| Tonu Samuel | 01 Mar 2000 06:12 | |
| Ed Carp | 01 Mar 2000 09:36 | |
| Nicholas Brandon | 01 Mar 2000 12:19 | |
| Dave VanHorn | 01 Mar 2000 12:35 | |
| Calvin Wells | 01 Mar 2000 18:55 | |
| Jay Jarvinen | 01 Mar 2000 23:14 | |
| Tonci Grgin | 07 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.




