> If I call my example_simple.php it redirects to my CAS-server (Login). The > URL looks allready nice => > > https://xilef:8443/cas-server/login?service=http%3A%2F%2Fxilef%2Ftest%2Fexample_simple.php
I see that your CAS service URL is plain http, not https. Many CAS clients require SSL, and the infinite redirect you described could be consistent with the client trying to redirect to an SSL URL that itself is protected by CAS. Try an https service URL, e.g. https://xilef/test/example_simple.php, and see whether that helps. M -- 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
