SHIBBOLETH SP - 구성되지 않은 위치에서 Shibboleth 처리기 호출 - Shibboleth.sso/Session/ [닫기]

SHIBBOLETH SP - 구성되지 않은 위치에서 Shibboleth 처리기 호출 - Shibboleth.sso/Session/ [닫기]

Ubuntu 14.04LTS에서 shibboleth를 구성하려고 합니다. 내가 거기에 가면 잘 작동하고 인증 등을 할 수 있지만, (또는 다른 것 ) https://mysite/secure/index.php로 가면 다음 메시지가 나타납니다.https://mysite/Shibboleth.sso/Statushttps://mysite/Shibboleth.sso/*

shibsp::구성 예외

2017년 7월 10일 월요일 12:06:32에 시스템에 오류가 발생했습니다.

이 문제를 보고하려면 root@localhost로 사이트 관리자에게 문의하세요.

이메일에 다음 메시지를 포함해 주세요.

shibsp::ConfigurationException at ( https://mysite/Shibboleth.sso/Session/)

구성되지 않은 위치에서 Shibboleth 핸들러가 호출되었습니다.

내 shibboleth2.xml은 다음과 같습니다(간결함을 위해 주석이 제거됨).

<SPConfig xmlns="urn:mace:shibboleth:2.0:native:sp:config" xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" clockSkew="1800">
 <ApplicationDefaults entityID="https://mysite/shibboleth" REMOTE_USER="eppn">
     <Sessions lifetime="28800" timeout="3600" checkAddress="false" relayState="ss:mem" handlerSSL="true" cookieProps="https">
         <SSO entityID="https://idp.testshib.org/idp/shibboleth">
             SAML2 SAML1
         </SSO>
         <Logout>SAML2 Local</Logout>
         <Handler type="MetadataGenerator" Location="/Metadata" signing="false"/>
         <Handler type="Status" Location="/Status" acl="127.0.0.1 ::1"/>
         <Handler type="Session" Location="/Session" showAttributeValues="true"/>
         <Handler type="DiscoveryFeed" Location="/DiscoFeed"/>
     </Sessions>
     <Errors supportContact="root@localhost" logoLocation="/shibboleth-sp/logo.jpg" styleSheet="/shibboleth-sp/main.css"/>
     <MetadataProvider type="XML" uri="http://www.testshib.org/metadata/testshib-providers.xml" backingFilePath="testshib-two-idp-metadata.xml" reloadInterval="180000" />
     <AttributeExtractor type="XML" validate="true" path="attribute-map.xml"/>
     <AttributeResolver type="Query" subjectMatch="true"/>
     <AttributeFilter type="XML" validate="true" path="attribute-policy.xml"/>
     <CredentialResolver type="File" key="my_key" certificate="my_cert" extractNames="false"/>
 </ApplicationDefaults>
 <SecurityPolicyProvider type="XML" validate="true" path="security-policy.xml"/>
 <ProtocolProvider type="XML" validate="true" reloadChanges="false" path="protocols.xml"/>
</SPConfig>

제가 찾을 수 있는 모든 구성 파일과 제가 생각할 수 있는 모든 설정을 확인했습니다. Native.logger 및 shibd.logger에 대해 디버그 모드를 켰지만 아무것도 찾지 못했습니다.

뭐가 문제 야? 아니면 어디를 봐야 할까요?

관련 정보