Bug 732781
Summary: | ipa entitle-register : returns internal server error | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Jenny Severance <jgalipea> |
Component: | subscription-manager | Assignee: | Bryan Kearney <bkearney> |
Status: | CLOSED WONTFIX | QA Contact: | John Sefler <jsefler> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.7 | CC: | mkosek, rcritten |
Target Milestone: | beta | ||
Target Release: | 5.8 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 732519 | Environment: | |
Last Closed: | 2011-10-20 16:25:48 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 732519 | ||
Bug Blocks: | 715031 |
Description
Jenny Severance
2011-08-23 15:12:29 UTC
any other info? The url does not look like a candlepin url. The IPA server performs the candlepin request on behalf of the user. The error is in loading the CA certificates. It isn't clear what the error is though. Jenny, can you attach your rhsm.conf? Bryan, we currently do calls like this: admin_cp = UEPConnection(handler='/candlepin', username=keys[-1], password=options.get('password')) result = admin_cp.registerConsumer(name=api.env.realm, type="domain") |