Re: [PHP] Security warning

2008-09-22 Thread tedd
At 10:55 PM +0100 9/22/08, Ashley Sheridan wrote: Who is /dev/null, and what does he advertise? ;) Nothing. Get it? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP] Security warning

2008-09-22 Thread tedd
At 5:48 PM -0400 9/22/08, Daniel Brown wrote: On Mon, Sep 22, 2008 at 5:45 PM, tedd <[EMAIL PROTECTED]> wrote: The problem here is that the site is pretty large (>100 pages) and has thousands of members. I think they would notice a slow down, but that's one of the things they are considering

Re: [PHP] Security warning

2008-09-22 Thread Eric Butera
On Mon, Sep 22, 2008 at 6:02 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Mon, Sep 22, 2008 at 5:55 PM, Eric Butera <[EMAIL PROTECTED]> wrote: >> >> That reply was just another attempt at getting your sig into the archives. >> :P > >It wasn't, but good point, Butera. ;-P > > -- > > [Del

Re: [PHP] Security warning

2008-09-22 Thread Daniel Brown
On Mon, Sep 22, 2008 at 5:55 PM, Eric Butera <[EMAIL PROTECTED]> wrote: > > That reply was just another attempt at getting your sig into the archives. :P It wasn't, but good point, Butera. ;-P -- [Deleted from this email for everyone's sake. The Earth is running out of bandwidth!] -- P

Re: [PHP] Security warning

2008-09-22 Thread Eric Butera
On Mon, Sep 22, 2008 at 5:50 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: >ATTENTION LAWYERS AND THREAD-FLAMERS: > >That was meant to be a "reply" to Tedd personally, not a > "reply-all." Anyone wishing to slam me for advertising is welcome to > email your local /dev/null. > > -- > > More

Re: [PHP] Security warning

2008-09-22 Thread Ashley Sheridan
On Mon, 2008-09-22 at 17:50 -0400, Daniel Brown wrote: > On Mon, Sep 22, 2008 at 5:48 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > > On Mon, Sep 22, 2008 at 5:45 PM, tedd <[EMAIL PROTECTED]> wrote: > >> > >> The problem here is that the site is pretty large (>100 pages) and has > >> thousands of

Re: [PHP] Security warning

2008-09-22 Thread Daniel Brown
On Mon, Sep 22, 2008 at 5:48 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Mon, Sep 22, 2008 at 5:45 PM, tedd <[EMAIL PROTECTED]> wrote: >> >> The problem here is that the site is pretty large (>100 pages) and has >> thousands of members. I think they would notice a slow down, but that's one >>

Re: [PHP] Security warning

2008-09-22 Thread Daniel Brown
On Mon, Sep 22, 2008 at 5:45 PM, tedd <[EMAIL PROTECTED]> wrote: > > The problem here is that the site is pretty large (>100 pages) and has > thousands of members. I think they would notice a slow down, but that's one > of the things they are considering. A site like that should probably alrea

Re: [PHP] Security warning

2008-09-22 Thread tedd
At 11:22 PM +0200 9/22/08, Jochem Maas wrote: my personal theory on this is do *everything* via https, screw the overhead and buy a bigger box ... given the state of the art it won't be *that* long before pretty much everything site handling forms/transactions/etc use https exclusively. besides w

Re: [PHP] Security warning

2008-09-22 Thread Jochem Maas
tedd schreef: At 4:34 PM -0400 9/22/08, Daniel Brown wrote: On Mon, Sep 22, 2008 at 2:48 PM, tedd <[EMAIL PROTECTED]> wrote: > However, when the user exits https and returns back to the http side of > things, the user receives a warning. If the error you're getting is just saying that y

Re: [PHP] Security warning

2008-09-22 Thread tedd
At 4:34 PM -0400 9/22/08, Daniel Brown wrote: On Mon, Sep 22, 2008 at 2:48 PM, tedd <[EMAIL PROTECTED]> wrote: > However, when the user exits https and returns back to the http side of > things, the user receives a warning. If the error you're getting is just saying that you're being redir

Re: [PHP] Security warning

2008-09-22 Thread Ashley Sheridan
On Mon, 2008-09-22 at 16:55 -0400, tedd wrote: > At 8:49 PM +0100 9/22/08, Ashley Sheridan wrote: > >On Mon, 2008-09-22 at 14:48 -0400, tedd wrote: > > > > > I suspect that the purpose of this warning is to alert the user when > >> they are taken from a https directory to a http directory. > >> >

Re: [PHP] Security warning

2008-09-22 Thread tedd
At 8:49 PM +0100 9/22/08, Ashley Sheridan wrote: On Mon, 2008-09-22 at 14:48 -0400, tedd wrote: > I suspect that the purpose of this warning is to alert the user when they are taken from a https directory to a http directory. Now my question is "Can I turn off that security warning?" or fin

Re: [PHP] Security warning

2008-09-22 Thread Daniel Brown
On Mon, Sep 22, 2008 at 2:48 PM, tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > I have a problem (please, no remarks). :-) > > I have a site where a security certificate is in place and it works. The > user can login and review their information and purchase stuff. When the > user goes from the ht

Re: [PHP] Security warning

2008-09-22 Thread Ashley Sheridan
On Mon, 2008-09-22 at 14:48 -0400, tedd wrote: > Hi gang: > > I have a problem (please, no remarks). :-) > > I have a site where a security certificate is in place and it works. > The user can login and review their information and purchase stuff. > When the user goes from the http to the http

[PHP] Security warning

2008-09-22 Thread tedd
Hi gang: I have a problem (please, no remarks). :-) I have a site where a security certificate is in place and it works. The user can login and review their information and purchase stuff. When the user goes from the http to the https side of things, everything is fine -- their no warning gi