当前位置: 代码迷 >> PHP >> php调整CAS报错
  详细解决方案

php调整CAS报错

热度:23   发布时间:2016-04-28 20:57:42.0
php整合CAS报错
本帖最后由 zmjfanfan 于 2013-07-17 14:11:54 编辑
phpCAS 1.3.2 using server https://172.16.172.237:8443/WebRoot/ (CAS 2.0)

Fatal error: Uncaught exception 'CAS_AuthenticationException' in F:\MyPHP\UI\lib\CAS\Client.php:2764 Stack trace: #0 F:\MyPHP\UI\lib\CAS\Client.php(1224): CAS_Client->validateCAS20('https://172.16....', '', NULL) #1 F:\MyPHP\UI\lib\CAS\Client.php(1083): CAS_Client->isAuthenticated() #2 F:\MyPHP\UI\lib\CAS.php(1101): CAS_Client->forceAuthentication() #3 F:\MyPHP\UI\admin.php(19): phpCAS::forceAuthentication() #4 {main} thrown in F:\MyPHP\UI\lib\CAS\Client.php on line 2764




网上有说在“CAS\Request\CurlRequest.php”,在curl配置后添加配置默认sslv3协议。我不太确定具体添加在哪里。我添加在"Configure curl to capture our output."注释下面了。但还是不行。求救
PHP cas

------解决方案--------------------
换一下ssl版本
  相关解决方案