Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] problem with security constraint

Hi,

On Wed, Jan 11, 2012 at 10:05, Mario Georgiev <mario@xxxxxxxxxxxxxx> wrote:
> Hi Thomas,
>
> The SSL connector is setup as it should and works like a charm. I have
> working SSL environment and I can open pages/access resources on https
> with no problems at all.
> The redirect from http to https that should happen from the
> configuration with this security constraint - that is not working.
>
> I forgot to tell: Jetty version I use is 7.5.4.v20111024

Did you specify the confidentialPort in the non-SSL connector ?
Otherwise Jetty will not know where to redirect to.

Simon
-- 
http://cometd.org
http://intalio.com
http://bordet.blogspot.com
----
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


Back to the top