RE: Initiating secure connection to MySQL4 from PHP

2003-01-16 Thread Tonu Samuel
On Mon, 2003-01-13 at 23:48, David Rock wrote: Hello, This is discouraging after I spent most of the weekend getting OpenSSL working with our MySQL 4 server. Unfortunately I can't use Stunnel to secure the connection between our website and our MySQL server because our ISP will not allow me

Initiating secure connection to MySQL4 from PHP

2003-01-13 Thread David Rock
Could someone please post the basics on connecting to a MySQL 4 server from PHP at my website using a secure connection? The server is ready to accept a connection, I'm just not sure what to do next to initiate it. It seems like I would need to set something up at our ISP to talk securely to the

Re: Initiating secure connection to MySQL4 from PHP

2003-01-13 Thread Csongor Fagyal
would like to help you but I can't. This is PHP issue, not MySQL-s. SSL connections are supported by MySQL, they are also available in C API but I am not sure if and how PHP uses them. Looking up into PHP manual http://www.php.net/manual/en/ref.mysql.php won't show up needed functionality for

Re: Initiating secure connection to MySQL4 from PHP

2003-01-13 Thread Keith C. Ivey
On 13 Jan 2003, at 18:49, Tonu Samuel wrote: I would like to help you but I can't. This is PHP issue, not MySQL-s. SSL connections are supported by MySQL, they are also available in C API but I am not sure if and how PHP uses them. Looking up into PHP manual

Re: Initiating secure connection to MySQL4 from PHP

2003-01-13 Thread Georg Richter
On Monday 13 January 2003 17:49, Tonu Samuel wrote: Hi, Currently PHP's mysql extension doesn't support SSL. This will be available in PHP 5. Regards Georg - Before posting, please check: http://www.mysql.com/manual.php

RE: Initiating secure connection to MySQL4 from PHP

2003-01-13 Thread David Rock
:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 12:21 PM To: Tonu Samuel; David Rock Cc: '[EMAIL PROTECTED]' Subject: Re: Initiating secure connection to MySQL4 from PHP On Monday 13 January 2003 17:49, Tonu Samuel wrote: Hi, Currently PHP's mysql extension doesn't support SSL