[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL 4 with SSL
- Subject: Re: [cobalt-users] MySQL 4 with SSL
- From: "Ian" <cobalt@xxxxxxxxxxxxx>
- Date: Wed May 14 04:05:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On 14 May 2003 at 12:28, René Mølsted wrote:
> Hi everybody
> Have anybody any idea how i "activate" the SSL option in MySQL 4?
>
> René Mølsted
Hi,
As far as I amware you must have the OpenSSL library installed on the
server and then compile MySQL from source with the configure options
--with-vio --with-openssl
You can then set up client certificates etc.
See http://www.mysql.com/doc/en/Secure_requirements.html for more
info.
If you just want a secure connection ( i.e. the data is encrytped
whilst in transit) you could use stunnel ( www.stunnel.org ) to
create a secure tunnel.
Regards
Ian
--