Hello, I have this very awkward error message in my catalina.out log showing up and I’m not sure what to make of it
— 2014-01-07 13:55:08,091 WARN [org.jasig.cas.util.HttpClient] - <Error Sending message to url endpoint [https://canvas.highline.edu/login/cas]. Error is [https://canvas.highline.edu/login/cas]<https://canvas.highline.edu/login/cas]. %20Error%20is%20[https://canvas.highline.edu/login/cas]>> — I’m not sure if this is an issue with the regex I’m using for my registered service. The regex is <property name="serviceId" value="^(https?|imaps?)://([A-Za-z0-9_-]+\.)*((highline\.edu)|(instructure\.com))(:(\d){1,5})?/.*" /> Which should be fine for the url of https://canvas.highline.edu/login/cas The other question I have, is that we are seeing an issue where people login, and then they are instantly redirected to the logout page by Canvas. I’m wondering if this messaging error is causing Canvas to think that the user’s authentication has expired since their last use and is logging them out as a result. —Mike K. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
