Hi, Don't you have some stack trace in your logs?
Thanks. Best regards, Jérôme LELEU Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj Chairman of CAS: www.jasig.org/cas | Creator of pac4j: www.pac4j.org 2014-09-17 15:03 GMT+02:00 monoam [via Shiro User] < [email protected]>: > Hello , > I wanna use a secure line in my application that protected by shiro > authorization ,in shiro.ini I use http and 8080 port it works fine but > after i change it to https and 8443 CAS after log in redirect me to /error > page do u know why?? here is my shiro.ini file: > > ssl.enabled = true > casFilter = org.apache.shiro.cas.CasFilter > casFilter.failureUrl = /error.jsp > > casRealm = org.apache.shiro.cas.CasRealm > casRealm.roleAttributeNames = roles > casRealm.permissionAttributeNames = permissions > casRealm.defaultRoles = ROLE_USER > casRealm.validationProtocol = SAML > > casRealm.casServerUrlPrefix = https://localhost:8443/etick-cas/ > casRealm.casService = https://localhost:8443/common-front/shiro-cas > > casSubjectFactory = org.apache.shiro.cas.CasSubjectFactory > securityManager.subjectFactory = $casSubjectFactory > > roles.loginUrl = > https://localhost:8443/etick-cas/login?service=https://localhost:8443/common-front/shiro-cas > > [urls] > /shiro-cas = casFilter > /rest/** = roles[ROLE_USER] > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://shiro-user.582556.n2.nabble.com/CAS-in-https-redircet-me-to-error-page-tp7580231.html > To start a new topic under Shiro User, email > [email protected] > To unsubscribe from Shiro User, click here > <http://shiro-user.582556.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=582556&code=bGVsZXVqQGdtYWlsLmNvbXw1ODI1NTZ8LTExNzY2MzcxMTY=> > . > NAML > <http://shiro-user.582556.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://shiro-user.582556.n2.nabble.com/CAS-in-https-redircet-me-to-error-page-tp7580231p7580234.html Sent from the Shiro User mailing list archive at Nabble.com.
