SSL cert install in Mongrel
Posted
by normalocity
on Stack Overflow
See other posts from Stack Overflow
or by normalocity
Published on 2010-03-28T00:29:51Z
Indexed on
2010/03/28
0:33 UTC
Read the original article
Hit count: 609
Running a RoR app. I've created a self-signed SSL cert for my test/dev environment, which consists of a single mongrel, and Mac OS X Leopard.
Can I install the SSL cert in such a way that mongrel will use it, or do I have build a different server stack to handle SSL (e.g. Apache in front of a mongrel cluster), and install the cert inside of Apache? For my production server, I'll eventually build a server stack like this, so it's no big deal if I have to go that direction - it's just a question of now or later.
Thanks!
© Stack Overflow or respective owner