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 On Wed, Jan 11, 2012 at 10:40, Thomas Becker <[email protected]> wrote: > Hi Mario, > > I just recently had to do the same thing with jetty and your config looks > just fine and should work. Are you sure that you've properly prepared your > new jetty7 installation for ssl? Does https work fine when you try to access > it directly or is it only the redirect from http to https which does not > work? > > Here's the guides for ssl: http://wiki.eclipse.org/Jetty/Howto/Configure_SSL > > Cheers, > Thomas > > > On 1/10/12 2:22 PM, Mario Georgiev wrote: >> >> Hi, >> >> I have migrated an application from Jetty6 to Jetty7 and everything >> works fine for the moment except that the security constraint that is >> set as: >> >> <security-constraint> >> <web-resource-collection> >> <web-resource-name>SecureConnection</web-resource-name> >> <url-pattern>/*</url-pattern> >> </web-resource-collection> >> <user-data-constraint> >> <transport-guarantee>CONFIDENTIAL</transport-guarantee> >> </user-data-constraint> >> </security-constraint> >> >> does not work. >> >> When accessing files/resources from the server it never redirects me >> to HTTPS. In Jetty6 that works just fine. >> >> Any ideas why this doesn't work? >> > > -- > thomas becker > [email protected] > > http://webtide.com / http://intalio.com > (the folks behind jetty and cometd) > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users -- Regards, Mario Georgiev Senior Web Developer Trading 212 www.trading212.com E-mail: [email protected] _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
