Morning Jeremy, Whenever users access the service, are you sure that they aren't redirected to HTTPS? This error would come up only if the service URL issued in login by the CAS client doesn't match the URL the CAS client is requesting the service ticket to be validated against. Try examining the URL parameters provided to CAS whenever you initially hit the service and are redirected to login.
Good luck, Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Wickham Sent: Thursday, July 19, 2007 5:06 PM To: [email protected] Subject: Apache2::AuthCAS client We are currently trying to Casify an Apache web server are we are having some troubles getting it off the ground. Has anyone have any experience with this? Below is the error we are getting and what is currently in our .htaccess file. The CAS server we are using is one built into our Luminis installation. I am unsure of which version of CAS this is. After logging into Luminis the error we are getting is: CAS(9595): authenticate: no session cookie for service: 'http%3A%2F%2Fblogs.its.msstate.edu%2FTest%2F' The .htaccess file currently contains: AuthType Apache2::AuthCAS AuthName "CAS" PerlAuthenHandler Apache2::AuthCAS->authenticate require valid-user CASService "http://blogs.its.msstate.edu/Test/" CASProxyService "https://portal.test.oncampus.msstate.edu/cp/cas" CASNumProxyTickets "1" CASHost "portal.test.oncampus.msstate.edu" CASLoginUri "/cp/cas/login.jsp" CASLogoutUri "/cp/cas/logout.jsp" CASProxy "/cp/cas/proxy" CASProxyValidateUri "/cp/cas/proxyValidate" CASServiceValidateUri "/cp/cas/serviceValidate" CASLogLevel 4 Any help would be appreciated. Thanks! Jeremy Wickham Programmer Analyst Enterprise Information Systems [EMAIL PROTECTED] (662) 325-9173 _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
