Nginx + SSL + Thin

sergiocampama nginx-forum at nginx.us
Thu Aug 9 01:37:45 UTC 2012


Hello,

I am trying to configure my web app to receive SSL support. I have nginx
with 2 server{} clauses, one for http and another (almost identical) for
https. I have a thin upstream server at port 3000, which only gets
redirected if a certain /subfolder is accessed. 

I have the certificates in working order, I can access static content
perfectly. I also have a proxy_pass directive for http://rails_upstream.
I tried setting the https server to proxy_pass to https://rails_upstream
but it gave a 500 error. 

Is there anything else I need to configure so that the same thin server
receives the https requests? Or do I need to configure another thin
server specifically for https purposes?

Best regards,

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,229488,229488#msg-229488



More information about the nginx mailing list