Hide Forgot
> 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.
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.