Bug 1037734 - Subscription-manager does not work against custom http base urls
Summary: Subscription-manager does not work against custom http base urls
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Candlepin
Classification: Community
Component: candlepin
Version: 0.9
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: candlepin-bugs
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-03 17:02 UTC by Lukas Zapletal
Modified: 2015-05-14 14:52 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-10 13:11:02 UTC


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.