Re: [PHP] SSL, PHP, & MySQL

2002-12-13 Thread Joshua Minnie
I will try on the PHP-DB newsgroup as well, but I wanted to let you know about a link I found which shows the integration of SSL with MySQL and PHP. Here is the link: http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html. Thanks for the help. -Josh "Brad Bonkoski" <[EMAIL PROTECTED

Re: [PHP] SSL, PHP, & MySQL

2002-12-13 Thread Brad Bonkoski
I would say it really all depends on your network configuration. I am assuming that your Web server running PHP is running on one machine (SERVER A)and the MYSQL server running on another (SERVER B)outside of a common firewall? Is this accurate? If this is true, then I would presume that PHP on

Re: [PHP] SSL, PHP, & MySQL

2002-12-13 Thread Joshua Minnie
What about utilizing an encrypted text file then. Would there be anything wrong with doing it that way? I really don't have too much of an option as far as the server specs go because I didn't set up the web hosting. -Josh Brad Bonkoski wrote: > I think you may need to read: > http://www.php.n

Re: [PHP] SSL, PHP, & MySQL

2002-12-13 Thread Brad Bonkoski
I think you may need to read: http://www.php.net/manual/en/function.mysql-connect.php It appears that the SSL client flag for connecting to MYSQL is not available until 4.3.0, but you can pick up the 4.3.0RC3 version now, and test it out! I _think_ this is what you are looking for. HTH -Brad Jos

RE: [PHP] SSL & php

2001-11-10 Thread Robert Klinkenberg
SSL encrypts the data between the user and your webserver only It does not encrypt data send by you to your mailserver, nor does it influence the way your mailserver sends the mailmessage to the mailserver of the user. (in plain text) So, you need to encrypt the data in the email. It is however

Re: [PHP] SSL & php

2001-11-10 Thread Cece
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! > How secure is the email in transit from the SSL page to the recipient's > mailbox? A Does SSL offer any security in this regard? B Or does it need to be encrypted? Answer is: B :) you - ssl encrypted line -> server