RE: [PHP-DB] OpenSSL, PHP and MySQL

2002-12-15 Thread John W. Holmes
ember 15, 2002 1:46 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] OpenSSL, PHP and MySQL > > The MySQL db is on the same machine as the website. It has the following > set up on it: > -- > Server Information: > +

Re: [PHP-DB] OpenSSL, PHP and MySQL

2002-12-15 Thread Joshua Minnie
The MySQL db is on the same machine as the website. It has the following set up on it: -- Server Information: + PHP v. 4.2.3 + Apache 1.3.26 + MySQL 3.23.53 + SSL -- Because I don't know muc

RE: [PHP-DB] OpenSSL, PHP and MySQL

2002-12-14 Thread John W. Holmes
> My client has a website in which a customer will be purchasing gift > certificates online. They don't need a comprehensive e-commerce package, > just simple information passed across a secure connection, such as: user > names, passwords, credit cards and mailing addresses. We already have a > M

RE: [PHP-DB] OpenSSL, PHP and MySQL

2002-12-14 Thread John W. Holmes
> Hey all, > I was wondering if anyone could point me to a good tutorial to learn > how > to use the OpenSSL functions to set access a MySQL db under a secure > connection. I have tried reading the manual, looking at PHPClasses.org, > PHPBuilder.com, and Hotscripts.com and I haven't come accro

Re: [PHP-DB] OpenSSL, PHP and MySQL

2002-12-14 Thread Joshua Minnie
Unfortunately that doesn't answer my question because of what I need to do. I probably should have included this in the first post, but here is the scenario: My client has a website in which a customer will be purchasing gift certificates online. They don't need a comprehensive e-commerce package

Re: [PHP-DB] OpenSSL, PHP and MySQL

2002-12-14 Thread Marco Tabini
I usually build an SSH tunnel whenever I need to connect securely to a remote MySQL server. There's a tutorial on how to do that here: http://www.netsys.com/cgi-bin/display_article.cgi?908 Marco -- php|architect - The Magazine for PHP Professionals The monthly magazine dedicated to

[PHP-DB] OpenSSL, PHP and MySQL

2002-12-14 Thread Joshua Minnie
Hey all, I was wondering if anyone could point me to a good tutorial to learn how to use the OpenSSL functions to set access a MySQL db under a secure connection. I have tried reading the manual, looking at PHPClasses.org, PHPBuilder.com, and Hotscripts.com and I haven't come accross anything