>  기사  >  백엔드 개발  >  php调整CAS报错

php调整CAS报错

WBOY
WBOY원래의
2016-06-13 12:40:501221검색

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
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.