Hi, On Wed, Jan 11, 2012 at 10:05, Mario Georgiev <[email protected]> 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 _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
