[JIRA] Created: (SSPCPP-503) shibd binary uses wrong libcurl on RHEL6
martin.haase@idp.protectnetwork.org (JIRA)
noreply at shibboleth.net
Mon Sep 24 03:20:21 EDT 2012
shibd binary uses wrong libcurl on RHEL6
----------------------------------------
Key: SSPCPP-503
URL: https://issues.shibboleth.net/jira/browse/SSPCPP-503
Project: Shibboleth SP - C++
Issue Type: Bug
Security Level: Standard (Standard bug, may impact functionality but does not represent a security vulnerability )
Affects Versions: 2.5.0
Environment: RHEL 6.3
Reporter: martin.haase at idp.protectnetwork.org
Assignee: Scott Cantor
Priority: Minor
When invoking the shibd executable directly (instead of using the init script), on RHEL6 the wrong libcurl is linked. This leads, among other things, to a warning when trying to download metadata over https.
One instance of this bug:
# shibd -t
2012-09-21 12:17:11 ERROR XMLTooling.libcurl.InputStream : error while fetching https://metadata-server/metadata.xml: (59) Unknown cipher in list: ALL:!aNULL:!LOW:!EXPORT:!SSLv2
2012-09-21 12:17:11 ERROR XMLTooling.ParserPool : fatal error on line 0, column 0, message: internal error in NetAccessor
2012-09-21 12:17:11 ERROR OpenSAML.MetadataProvider.XML : error while loading resource (https://metadata-server/metadata.xml): XML error(s) during parsing, check log for specifics
2012-09-21 12:17:11 WARN OpenSAML.MetadataProvider.XML : adjusted reload interval to 600 seconds
2012-09-21 12:17:11 WARN OpenSAML.MetadataProvider.XML : trying backup file, exception loading remote resource: XML error(s) during parsing, check log for specifics
overall configuration is loadable, check console for non-fatal problems
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list