SSL issue

Aditya Nalla lists at ruby-forum.com
Fri Nov 16 16:02:31 MSK 2007


I am setting up a server with nginx, mongrel cluster with ssl. I am not
able to get the ssl settings right. I have used that standard settings
mentioned in most of the blogs...

listen               443;
        ssl                  on;
        ssl_certificate      /usr/local/nginx/conf/cert.pem;
        ssl_certificate_key  /usr/local/nginx/conf/cert.key;
        keepalive_timeout    70;

IS there something which I am missing?
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list