Click to See Complete Forum and Search --> : Testing files forced to HTTPS


liongate
07-02-2007, 02:27 PM
Hello,
I have created a file that is forced to load in HTTPS using a Dreamweaver extension. The problem is, since I don't have an SSL certificate installed on my local development machine, I get an error when I try to load the file to test it on the testing server. Anybody know a way around this besides removing the behavior or paying for a certificate I really don't want?:eek:

Thanks,
Rob

ray326
07-02-2007, 11:12 PM
You could set up a local server with a self-signed cert.

liongate
07-02-2007, 11:51 PM
Do you have any suggestions where I might learn how to do this?

Thanks,
Rob:D

ray326
07-03-2007, 04:57 PM
I'd start with the docs to the Apache SSL modules. I guess you'd have to also run your own "certificate authority" so you'll need to search on that, too.