On Thu, 2003-01-09 at 17:40, David Rock wrote: > Hello, > Can someone give me a some overview information regarding using SSL with > MySQL version 4? I want to setup a 128bit SSL connection between our website > hosted at an ISP and our MySQL (on FreeBSD) server which is hosted in our > office. Basically I want the same level of security that we currently have > between a web browser and our website. Does this require us to purchase > another certificate from a CA similar to the one we already have installed > at our ISP or can MySQL use the same one? Is a certificate even needed to do > this? Do we need to install a certificate on the MySQL server? Any guidance > is greatly appreciated.
Do not purchase anything. You don't have to. Look http://www.mysqldeveloper.com/4.x-bk_tree/SSL/NOTES for use by example. You can use as long keys as you want and openssl supports. You need openssl to be installed (usually it is on every Linux, do not know about FreeBSD). I wrote original SSL part of MySQL and not sure if something have changed from this time. Shown file contains cut&paste from my console when I set MySQL up and running with SSL. Tõnu --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php