Bug 916362
| Summary: | Display appropriate message when we query for service-level of a machine when already registered to another | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Sharath Dwaral <fsharath> |
| Component: | subscription-manager | Assignee: | candlepin-bugs |
| Status: | CLOSED NOTABUG | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | alikins, bkearney, ckozak, jgalipea |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-17 21:28:04 UTC | Type: | Bug |
| 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: | |||
| Bug Blocks: | 863175 | ||
|
Description
Sharath Dwaral
2013-02-27 22:36:13 UTC
This needs to be handled at the point where the SSL error is first caught. The suggested solution is not proper. It takes a known scenario, gets a generic error message, and wants to change it into a specific one. This error may be thrown for many reasons, not just the one in this bug. Logging the stack and then producing an output message more like "There is a certificate credential issue between this unit and the entitlement server. Please view the log at /var/log/rhsm/rhsm.log for additional details." This is working as expected because the consumer cert is being used for verification. You should have supplied a username and password for the serverurl supplied. |