Le lundi 11 mai 2009 à 08:57 -0400, Jason Adams a écrit : > > On Mon, May 11, 2009 at 3:12 AM, Olivier Berger > <[email protected]> wrote: > Le dimanche 10 mai 2009 à 22:20 -0700, ealdent a écrit : > > We are trying to use phpCAS to connect to our CAS server and > are getting an > > infinite redirect error in Firefox and Safari (I haven't > been able to test > > IE). Our browsers are accepting cookies (and we have > confirmed they do so). > > The problem seems to be with curl not accepting the > certificate. > > > > We have tried disabling checking of the certificate using > the command: > > > > phpCAS::setExtraCurlOption(CURLOPT_SSL_VERIFYPEER, FALSE); > > > > but that hasn't worked. When we curl the server: > > > > curl --verbose -k https://<my server> > > > > it works fine. > > > > Any thoughts? > > > What version of phpCAS ? > > Sorry, 1.0.1 >
You may have more luck trying to debug what may be wrong, by testing the 1.0.2 RC version available from http://www.ja-sig.org/downloads/cas-clients/php/1.0.2RC1/ ... but use it at your own risk. Best regards, -- Olivier BERGER <[email protected]> http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 1024D/6B829EEC Ingénieur Recherche - Dept INF Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France) -- 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
