遵循这个https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPFastCGIConfig
设置用于lighttpd的shibboleth的指南,获取错误
"FastCGI Shibboleth responder should only be used for Shibboleth protocol requests."访问/Shibboleth.sso/处理程序时?
发布于 2016-12-16 10:01:46
错误是shibboleth2.xml中的handlerSSL属性设置为true,但我是通过http连接访问它的。设置
handlerSSL="false"另外,在ubuntu上还必须安装https://redmine.lighttpd.net/issues/322补丁。
https://stackoverflow.com/questions/41181758
复制相似问题