Two Problems with proxy_pass to upstream

Cliff Wells cliff at develix.com
Tue Oct 28 21:18:24 MSK 2008


On Tue, 2008-10-28 at 10:19 -0400, Sean Fulton wrote:
> The two remote servers may be expanded to a third, off-site. So what I 
> am trying to do is simply proxy the whole ssl transaction over to the 
> apache servers, not have nginx handle it at all, just pass it over.

This is impossible with SSL (not an Nginx limitation).  The SSL
negotiation must be done by the proxy.  This means you must configure
Nginx with the proper SSL certs.

Cliff







More information about the nginx mailing list