Testing HTTPS files with MAMP
Posted
by jgreenawalt
on Stack Overflow
See other posts from Stack Overflow
or by jgreenawalt
Published on 2008-09-03T05:44:06Z
Indexed on
2010/05/07
3:58 UTC
Read the original article
Hit count: 179
I am running MAMP locally on my laptop, and I like to test as much as I can locally. Unfortunately, since I work on e-commerce stuff (PHP), I normally force ssl in most of the checkout forms and it just fails on my laptop. Is there any easy configuration that I might be missing to allow "https" to run under MAMP? Please note, I know that I could configure Apache by hand, re-compile PHP, etc. but I'm just wondering if there's an easier way for a lazy programmer.
Thanks
© Stack Overflow or respective owner