Did I miss something? I think this used to work with previous versions.
Environment
None
Activity
Scott Cantor
December 19, 2007 at 11:05 AM
Ian already told me, it's been fixed. Simple key swap. If you're building from source, you can pull the latest handler/impl/AssertionLookup.cpp, test that, and close out the bug.
When trying to fetch the assertion for SP 2.0b2 (e.g. here https://dieng.switch.ch/aai/?assertions ) the script gets "HTTP request failed! HTTP/1.1 500 Internal Server Error" when trying to download from https://localhost/Shibboleth.sso/GetAssertion?key=_03dc3190b4aa68c10a345ef9196f4eac&ID=_85b397b311c561ba40dd9a2de24176de
In the shibd.log it says
2007-12-19 11:48:01 DEBUG shibd.Listener [5]: dispatching message (run::AssertionLookup)
2007-12-19 11:48:01 DEBUG Shibboleth.AssertionLookup [5]: processing assertion lookup request (session: _03dc3190b4aa68c10a345ef9196f4eac, assertion: _85b397b311c561ba40dd9a2de24176de
)
2007-12-19 11:48:01 DEBUG Shibboleth.SessionCache [5]: searching for session (_85b397b311c561ba40dd9a2de24176de)
2007-12-19 11:48:01 ERROR Shibboleth.AssertionLookup [5]: valid session (_03dc3190b4aa68c10a345ef9196f4eac) not found for assertion lookup
2007-12-19 11:48:01 DEBUG shibd.Listener [5]: dispatching message (run::AssertionLookup)
2007-12-19 11:48:01 DEBUG Shibboleth.AssertionLookup [5]: processing assertion lookup request (session: _03dc3190b4aa68c10a345ef9196f4eac, assertion: _f19436cb22833e2eb886658a9c3471d3
)
2007-12-19 11:48:01 DEBUG Shibboleth.SessionCache [5]: searching for session (_f19436cb22833e2eb886658a9c3471d3)
2007-12-19 11:48:01 ERROR Shibboleth.AssertionLookup [5]: valid session (_03dc3190b4aa68c10a345ef9196f4eac) not found for assertion lookup
Did I miss something? I think this used to work with previous versions.