Skip to Content.
Sympa Menu

shibboleth-dev - RE: testing a localhost shib install......

Subject: Shibboleth Developers

List archive

RE: testing a localhost shib install......


Chronological Thread 
  • From:
  • To: Scott Cantor <>,
  • Subject: RE: testing a localhost shib install......
  • Date: Tue, 22 Jun 2004 14:26:03 -0400

At 2:01 PM -0400 6/22/04, Scott Cantor wrote:
> the shib install first tries to connect to localhost...

It should only be trying to connect to localhost. If it's trying something
else, you've changed too much.

The only references to localhost you should be changing is the stuff in the
RequestMap (not even required except for IIS) and in Apache. Otherwise
you're sliding into a normal deployment, and you'll need to reissue the
certificates.

Previously, I had also changed the HandleService Location and AttributeAuthority Location values within the FederationProvider element, but I've now changed those back to localhost. At this point, the only changes to the distributed config should be the ones you note above.....

So, the target now tries localhost twice... and fails both times.....




2004-06-22 14:18:38 INFO SAML.SAMLSOAPBinding [1] session_is_valid preFetch populate getNewResponse send send: sending SOAP message to https://localhost/shibboleth/AA
2004-06-22 14:18:39 INFO XMLProviders.XMLTrust [1] session_is_valid preFetch populate getNewResponse send send attach: KeyAuthority match on CN=localhost, O=Shibboleth Project, C=US

2004-06-22 14:18:41 ERROR SAML.SAMLSOAPBinding [1] session_is_valid preFetch populate getNewResponse send send: failed while contacting SAML responder: Failed to connect to localhost IP number 1: 128
2004-06-22 14:18:41 ERROR Shibboleth.ShibBinding [1] session_is_valid preFetch populate getNewResponse send: caught SAML exception during SAML attribute query: SAMLSOAPBinding::send() failed while contacting SAML responder: Failed to connect to localhost IP number 1: 128
2004-06-22 14:18:41 INFO SAML.SAMLSOAPBinding [1] session_is_valid preFetch populate getNewResponse send send: sending SOAP message to https://localhost/shibboleth/AA
2004-06-22 14:18:41 INFO XMLProviders.XMLTrust [1] session_is_valid preFetch populate getNewResponse send send attach: KeyAuthority match on CN=localhost, O=Shibboleth Project, C=US
2004-06-22 14:18:42 ERROR SAML.SAMLSOAPBinding [1] session_is_valid preFetch populate getNewResponse send send: failed while contacting SAML responder: Failed to connect to localhost IP number 1: 128
2004-06-22 14:18:42 ERROR Shibboleth.ShibBinding [1] session_is_valid preFetch populate getNewResponse send: caught SAML exception during SAML attribute query: SAMLSOAPBinding::send() failed while contacting SAML responder: Failed to connect to localhost IP number 1: 128
2004-06-22 14:18:42 ERROR shibtarget::InternalCCacheEntry [1] session_is_valid preFetch populate getNewResponse: caught SAML exception during query to AA: ShibBinding::send() unable to successfully complete attribute query



Archive powered by MHonArc 2.6.16.

Top of Page