| Summary: | Subscription-manager does not work against custom http base urls | ||
|---|---|---|---|
| Product: | [Community] Candlepin | Reporter: | Lukas Zapletal <lzap> |
| Component: | candlepin | Assignee: | candlepin-bugs |
| Status: | CLOSED WONTFIX | QA Contact: | Katello QA List <katello-qa-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.9 | CC: | sgraf, wpoteat |
| Target Milestone: | --- | ||
| 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-10 13:11:02 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: | |
The https is the way that subscription manager is going to run. the insecure flag only means that certs are not verfied. the CDN will need to be behind https. |
> subscription-manager register \ > --username admin-example --password secret \ > --baseurl=http://download.xxx.xyz.redhat.com/cds/prod Doesn't work for me - rhsm tries to download from https (even with config --server.insecure=false, --rhsm.baseurl=http://...), the baseurl gets overriden again to https on next call of yum. We'd love to use our local proxy or CDN mirrors, but they are not available as HTTPS, only HTTP. Thanks.