|
Posted by Steven Sinfield on 11/05/05 09:19
Hi Gordon,
Thanks for that information, you see I have a open table that does not
require SSL, anyone from the net can add data to it, however. I run a query
from that table and return values which I want to post into a secure table
on mySQL the issue is that when I do my select statement and try to connect
to the database under the same username it returns a blank webpage using
SSL.
What Im probably asking how do I run a query to my MySQL database using SSL.
Hope that makes sense.
Cheers
Steven
"Gordon Burditt" <gordonb.rt0rc@burditt.org> wrote in message
news:11momo7kp673oc0@corp.supernews.com...
> >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]
|