Newbie: Proxy to Glassfish

Cliff Wells cliff at develix.com
Sat Apr 9 21:26:19 MSD 2011


On Sat, 2011-04-09 at 16:00 +0700, Edho P Arief wrote:
> On Sat, Apr 9, 2011 at 4:55 AM, GZ1 <nginx-forum at nginx.us> wrote:
> > One question, though... this didn't work:
> >
> > proxy_pass localhost:8080;
> >
> > This did:
> >
> > proxy_pass http://localhost:8080;
> 
> Because the http:// is required.
> 
> >
> > What if I want to proxy my ssl too?
> >
> 
> I believe it is not recommended to proxy to ssl backend (if possible at all).

You cannot "proxy SSL", but you can setup a separate SSL connection to
the backend.

Cliff




More information about the nginx mailing list