[PHP] Re: ssl.

2006-08-25 Thread Mourad Boulahboub
Hi alex Alex Turner schrieb am 25.08.2006 11:19: > You're right, but I am impatient ;-) :-) i am too. but it can't be helped. we have to wait *gg* > > Best wishes - AJ regards Mourad -- > > Mourad Boulahboub wrote: >> Hi alex, >> >> Alex Turner schrieb am 25.08.2006 10:36: >>> My understan

[PHP] Re: ssl.

2006-08-25 Thread Alex Turner
You're right, but I am impatient ;-) :-) Best wishes - AJ Mourad Boulahboub wrote: Hi alex, Alex Turner schrieb am 25.08.2006 10:36: My understanding is that the message said that the page had a mix of ssl and non ssl and that the root remained https. This root did not remain https before t

[PHP] Re: ssl.

2006-08-25 Thread Mourad Boulahboub
Hi alex, Alex Turner schrieb am 25.08.2006 10:36: > My understanding is that the message said that the page had a mix of ssl > and non ssl and that the root remained https. This root did not remain > https before the key change. maybe João will throw light on this ;) we should wait for an ans

[PHP] Re: ssl.

2006-08-25 Thread Alex Turner
My understanding is that the message said that the page had a mix of ssl and non ssl and that the root remained https. This root did not remain https before the key change. Mourad Boulahboub wrote: Hi Alex, Alex Turner schrieb am 25.08.2006 09:55: Mourad, I think that you might have misrea

[PHP] Re: ssl.

2006-08-25 Thread Mourad Boulahboub
Hi Alex, Alex Turner schrieb am 25.08.2006 09:55: > Mourad, > > I think that you might have misread the original post. The snag appears > not to be the leaving of a secure site. The snag is that root document > is secure but some of the embedded urls (images, frames, iframes etc) > are unsec

[PHP] Re: ssl.

2006-08-25 Thread Alex Turner
Mourad, I think that you might have misread the original post. The snag appears not to be the leaving of a secure site. The snag is that root document is secure but some of the embedded urls (images, frames, iframes etc) are unsecured. Whilst this again is a standard warning, it is one that

[PHP] Re: ssl.

2006-08-25 Thread Mourad Boulahboub
Hi João, this is the standard alert message from internet explorer. Because you go from https to http it get show up. This is no bug in your script or either in the certificate. Try it by surfing to a secure website (not yours) with https and then leave it by typining a non secured website into th

[PHP] Re: ssl.

2006-08-24 Thread Alex Turner
It would appear that the root of the page has not gone back to http. Is it possible that this is a one of those cases when two things get changed at once by accident? I would suggest downloading the IE developer's tool bar (or the firefox equivalent) and then when you get to the page you thin

[PHP] Re: SSL support for pgsql module in Windows binary distribution

2006-06-07 Thread M. Sokolewicz
Peter Kuma wrote: Hi Is there any reason why SSL support for pgsql module is disabled by default in binary distribution for Windows (PHP 5.1.4 zip package)? I thing it'd be very useful if this feauture were compiled in. I sent this question to php-windows a few days ago with no response. Regard

[PHP] Re: SSL & normal sessions stored differently?

2005-11-03 Thread Jesse Guardiani
Jesse Guardiani wingnet.net> writes: > > James Benson jamesbenson.co.uk> writes: > > > > > Could it be you have two differnt domain names, PHP could be using a > > different cookie/session for each one. > > Yeah, but I'm setting the session_id manually. I've checked my session > storage pa

[PHP] Re: SSL & normal sessions stored differently?

2005-11-03 Thread Jesse Guardiani
James Benson jamesbenson.co.uk> writes: > > Could it be you have two differnt domain names, PHP could be using a > different cookie/session for each one. Yeah, but I'm setting the session_id manually. I've checked my session storage path and only one file is created with that session id. Woul

[PHP] Re: SSL & normal sessions stored differently?

2005-11-03 Thread James Benson
Could it be you have two differnt domain names, PHP could be using a different cookie/session for each one. Jesse Guardiani wrote: Hello, I'm running php-4.3.2-19.ent under httpd-2.0.46-44.ent on Red Hat Enterprise Linux ES release 3 (Taroon Update 4). Here is my Session section of php.ini:

[PHP] Re: SSL use

2005-04-23 Thread Bruno Wolff III
On Fri, Apr 22, 2005 at 16:38:29 -0400, "ruel.cima" <[EMAIL PROTECTED]> wrote: > hi, > > im handling some important information that needs to be stored in my > postgresql database via a php script. i´ve been reading the mails sent on > this mailing list on SSL use. my postgresql server allow

[PHP] Re: SSL/sessions & password question

2002-08-14 Thread Jean-Christian Imbeault
Wayne wrote: > > All you need is: > https://domain/filename method=post> Sounds too easy, there must be a catch ;) Thanks! Jc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: SSL/sessions & password question

2002-08-14 Thread Wayne
Hi, All you need is: https://domain/filename method=post> https is for SSL. Wayne -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: ssl security question

2002-06-08 Thread Daniel Grace
"Jan grafström" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have made a file wich start a session and set a session variable if user > and pass are verifyed. > Than I use the session variable to protect all other userfiles. > > > To run the file I enter: