Home  >  Article  >  Backend Development  >  php调整CAS报错

php调整CAS报错

WBOY
WBOYOriginal
2016-06-13 12:40:501226browse

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
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn