Arti,
So first of all there is ton's of log information available to you, but you've shared none of it. So it's hard to see where you have issues.
However for mod_auth_cas you've defined the variables for it all fine. But the example you have given does not indicate you've told Apache to use it at all.
As found in the man info for that module
https://github.com/apereo/mod_auth_cas, you need to implement the
Auth module.
<Location /secured> Authtype CAS Require valid-user </Location>
Hope this helps.
Colin
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/4ecf455b-80b0-4a93-ad09-e9d2f92ce0a9n%40apereo.org.
Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.
--
--
Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.
Hello Ray Bon,
I am using CASValidateUrl correctly and I have copied the server certificate from /etc/cas/config/cas.crt to /etc/ssl/certs/cas.crt on the client side.
But cas.war is not uploaded properly in apache tomcat and first I need to stop tomcat service then successfully run command " ./gradlew run " for cas V 6.2.
So how can I configure the cas.war file in apache tomcat on the server system. Please give a solution on it.
Thanks and RegardsArti