Re: [PHP] Testing HTTPS without certificate

2008-04-23 Thread mike
just use a self-signed cert. there should be a lot of examples out there for that. On 4/23/08, Ken Kixmoeller <[EMAIL PROTECTED]> wrote: > Hi - - - - -- > > I have a typical setup -- my development machine, a testing server and, of > course, the production server. My development machine, of

[PHP] Testing HTTPS without certificate

2008-04-23 Thread Ken Kixmoeller
Hi - - - - -- I have a typical setup -- my development machine, a testing server and, of course, the production server. My development machine, of course, doesn't have a Secure certificate, yet I need to be able to test https pages here, before getting to the testing server. (Curren