[nodejs] nginx versus node https ssl termination?

2012-08-16 Thread Mark Hahn
I'm sorry if this is an nginx question and shouldn't be on this forum. The nginx forum is pretty much dead. I have nginx front-ending my node server. It has worked well for some time. I am now adding ssl to my setup. I want to terminate the SSL at the front-end nginx because I've heard that node'

Re: [nodejs] nginx versus node https ssl termination?

2012-08-16 Thread Matt
You want proxy_pass to use http, not https. On Thu, Aug 16, 2012 at 3:25 AM, Mark Hahn wrote: > I'm sorry if this is an nginx question and shouldn't be on this forum. > The nginx forum is pretty much dead. > > I have nginx front-ending my node server. It has worked well for some > time. I am no

Re: [nodejs] nginx versus node https ssl termination?

2012-08-16 Thread Mark Hahn
Duh. I can't believe I missed that. It's working properly now. Thanks for the help. On Thu, Aug 16, 2012 at 4:57 AM, Matt wrote: > You want proxy_pass to use http, not https. > > On Thu, Aug 16, 2012 at 3:25 AM, Mark Hahn wrote: > >> I'm sorry if this is an nginx question and shouldn't be on