Bug 1037734

Summary: Subscription-manager does not work against custom http base urls
Product: [Community] Candlepin Reporter: Lukas Zapletal <lzap>
Component: candlepinAssignee: candlepin-bugs
Status: CLOSED WONTFIX QA Contact: Katello QA List <katello-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.9CC: 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:

Description Lukas Zapletal 2013-12-03 17:02:54 UTC
> 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.

Comment 1 William Poteat 2014-01-10 13:11:02 UTC
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.