Installing httpssl module on a running NGINX server

Posted by Rob on Server Fault See other posts from Server Fault or by Rob
Published on 2011-02-25T15:57:22Z Indexed on 2011/02/26 7:26 UTC
Read the original article Hit count: 277

Filed under:
|

Hi,

New to NGINX, we inherited a project that runs Django/FCGI/NGINX on a hosted RHEL box. A requirement has come in that the site now needs to have ssl enabled. Client was pretty sure the person who had built the site had made it so they could use ssl.

I backed up the conf file, added the server block for the ssl instance and tried to reload. Reload failed because it didn't recognize the ssl in this line:

ssl on;

Not an NGINX expert, but the David Caruso in me tells me that the server (sunglasses on) is not secure.

I know that you need to configure NGINX at install with this module. If this didn't happen, how hard/risky is it to reconfigure a running nginx box with this module given that we didn't configure it in the first place.

© Server Fault or respective owner

Related posts about nginx

Related posts about ssl-certificate