Hello,

I'm trying to make my web app use ssl, but I'm having a strange problem with
the login.jsp page. When I load https://www.myexample.com as a non-loggedin
user, the browser redirects to http://www.myexample.com/login.jsp (instead
of https).

I'm using Shiro with Guice, Jersey and Jetty, deployed to Heroku.

I've tried changing the login.jsp filter chain in my ShiroWebModule, e.g.:

addFilterChain("/login.jsp", SSL, AUTHC);

Although this forces a redirect to the https login.jsp, the browser then
displays an error page showing an ERR_TOO_MANY_REDIRECTS error.

Any help getting to the bottom of this would be much appreciated!

Thanks,
Andy




--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/SSL-Login-https-redirects-to-http-tp7579103.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to