Welcome! Log In Create A New Profile

Advanced

Re: Nginx + SSL + Thin

Maxim Dounin
August 09, 2012 03:58AM
Hello!

On Wed, Aug 08, 2012 at 09:37:45PM -0400, sergiocampama wrote:

> 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?

Unless you need https between nginx and thin for some reason, it's
usually enough to just write proxy_pass to http://rails_upstream.
Note "http", not "https".

If you want https between nginx and thin, you have to run another
thin instance to handle https.

Maxim Dounin

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx + SSL + Thin

sergiocampama August 08, 2012 09:37PM

Re: Nginx + SSL + Thin

Maxim Dounin August 09, 2012 03:58AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 319
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready