SSL issue

Wayne E. Seguin wayneeseguin at gmail.com
Fri Nov 16 18:26:04 MSK 2007


On Nov 16, 2007 8:02 AM, Aditya Nalla <lists at ruby-forum.com> wrote:
> 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?

Not with what you have above.

What does the error message say? Generally it is very easy to have
issues with cert.pem as it is extremely touchy.

  ~Wayne





More information about the nginx mailing list