dev@glassfish.java.net

Re: [Update] TCP port unification in GlassFish

From: vince kraemer <Vince.Kraemer_at_sun.com>
Date: Mon, 19 Feb 2007 18:47:44 -0800

What is tls?

Why wouldn't we want to accept https as well as tls in this situation?

vbk

Jeanfrancois Arcand wrote:
> Hi,
>
> thanks to Nandini who find the problem, here is a small correction. If
> you want (at your own risk) to support https->http redirection, you
> need to add:
>
> <property name="proxiedProtocols" value="tls"/>
>
> *not* https. tls is the right value. I've added a log message when a
> wrong value is specified because before nothing was logged, which is
> confusing.
>
> Thanks
>
> -- Jeanfrancois
>
>