SHIBBOLETH SP - Shibboleth handler invoked at an unconfigured location - Shibboleth.sso/Session/

Finkenbinder, Kevin finkenb2 at mail.lib.msu.edu
Wed Jul 12 12:15:48 EDT 2017


I am trying to get a shibboleth sp (2.5.2) configured on Ubuntu 14.04LTS and Apache2.4.7.  When I go to https://mysite/secure/index.php, it works properly, I can authenticate, etc. but when I go to https://mysite/Shibboleth.sso/Status (or any other https://mysite/Shibboleth.sso/*) I get the following message:
-----------------------------------------------------------------------------------------------------------------------
shibsp::ConfigurationException

The system encountered an error at Mon Jul 10 12:06:32 2017

To report this problem, please contact the site administrator at root at localhost.

Please include the following message in any email:

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

Shibboleth handler invoked at an unconfigured location.
-----------------------------------------------------------------------------------------------------------------------


My shibboleth2.xml is as follows (comments removed for brevity):
-----------------------------------------------------------------------------------------------------------------------
<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 at 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>
-----------------------------------------------------------------------------------------------------------------------

I have examined every config file I can find, every setting I can think of.  I turned on debug mode for native.logger and shibd.logger but not found anything.

What is wrong? or where should I look?

Note: Shibboleth 2.5.2 is the version installed when I executed sudo apt-get install libapache2-mod-shib2
--
Kevin Finkenbinder
Web Applications Developer
Michigan State University Libraries
366 W. Circle Drive W441 Cube 18, Mailstop 13
East Lansing, MI  48824
finkenb2 at mail.lib.msu.edu<mailto:finkenb2 at mail.lib.msu.edu>
517-884-7352

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170712/814f0d39/attachment.html>


More information about the users mailing list