|
Posted by Gordon Burditt on 11/05/05 09:11
>I am trying to use PHP & MySQL over SSL, my issue is that the data that I am
>querying also needs to be available by non-secure as well.
>
>Can someone please help me in doing this.
You can set up the same web page on a secure server AND on an
insecure server. With appropriate use of Apache directives and/or
symlinks, you might even manage to use the same copy for both. It
is unclear to me why you'd want to do this, or whether this solves
your problem.
The fact that you use or don't use SSL on the web site talking to
browsers has *NOTHING WHATEVER* to do with whether you use SSL or
not between your web site and MySQL. The two are independent
choices.
It is possible to use a SSL connection between the web site and
MySQL, and use non-SSL connections between you elsewhere and MySQL.
Just set up different logins with different privileges. Again, it
is unclear whether this is what you want.
Gordon L. Burditt
Navigation:
[Reply to this message]
|