Ramakrishna, If you have not done so already, turn up debugging on CAS and client to see if there is any hint. You may have to dig into network communications. Can you curl a post to: curl -X POST https://domain/logout.html
Ray On Mon, 2018-08-13 at 16:57 +0530, Ramakrishna G wrote: Ray, I tried even with domain name. No luck!! On Fri, Aug 10, 2018 at 10:58 PM, Ray Bon <[email protected]<mailto:[email protected]>> wrote: Try with the name instead of ip. Ray On Fri, 2018-08-10 at 22:18 +0530, Ramakrishna G wrote: I am using wild card certificate. Certificate is installed in both the machine. I don't have domains created for CAS servers. I am accessing via IP. Would that be the reason? Is it necessary to communicate with CAS servers with domain name? On Fri, Aug 10, 2018, 10:00 PM Ray Bon <[email protected]<mailto:[email protected]>> wrote: Ramakrishna, This looks like a problem with certificates or network. If the certificate for webserverip is self signed, you have to add it to java keystore for CAS servers (use keytool). I know less about network issues. Ray On Fri, 2018-08-10 at 12:12 +0530, Ramakrishna G wrote: Hello all, I am using mod_auth_cas as cas client and ha cas servers. In service I have defined { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^(https)://.*", "name" : "wildcard", "id" : 1, "logoutType" : "BACK_CHANNEL", "logoutUrl" : "https://webserverip/logout.html" } The logoutUrl is never called but logs says: Preparing to send logout request to https://webserverip/logout.html Prepared to send logout request to https://webserverip/logout.html [1] logout requests were processed But never logout.html is called. I don't know what is the mistake I am doing. Can anyone help please. Thanks -- Ray Bon Programmer analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected]<mailto:[email protected]> -- - 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 [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/1533918628.2842.67.camel%40uvic.ca<https://groups.google.com/a/apereo.org/d/msgid/cas-user/1533918628.2842.67.camel%40uvic.ca?utm_medium=email&utm_source=footer>. -- Ray Bon Programmer analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected]<mailto:[email protected]> -- - 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 [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/1533922111.2842.73.camel%40uvic.ca<https://groups.google.com/a/apereo.org/d/msgid/cas-user/1533922111.2842.73.camel%40uvic.ca?utm_medium=email&utm_source=footer>. -- Ray Bon Programmer analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected] -- - 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 [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/1534177908.2503.11.camel%40uvic.ca.
