On 25 February 2016 at 08:54, Bryan Wooten <[email protected]> wrote: > We have an Apache server running mod_auth_cas that sits behind a Citrix load > balancer that does SSL termination. > > So the user goes to https://server.utah.edu/secure and the load balancer > hits the real server at http://server.utah.edu/secure due to the SSL > termination. > > This results in mod_auth_cas trying to validate a ticket with a service URL > of http://server.utah.edu/secure. Naturally CAS refuses to validate the > ticket (http://server.utah.edu is not in our service registry). > > With the Java client we can explicitly set the service url to https even > when the load balancer is doing SSL termination. > > I can't find a way to explicitly set the service url with the mod_auth_cas > client. Am I missing something?
Try: CASRootProxiedAs https://server.utah.edu -- 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]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
