Description of problem: Version-Release number of selected component (if applicable): How reproducible: 100% Steps to verify : Login to client host with valid credentials edit /etc/rhsm/rhsm.conf for candlepin host “cert-ci.devlab.redhat.com” execute following command on host console to register client to candlepin subscription-manager-cli register --username=calfonso –password=redhat expected Result : Client should register to candlepin host Actual Result : Bad Request message getting while executing command for client register [root@rhel6client ~]# subscription-manager-cli register --username=spandey --password=redhat Bad Request [root@rhel6client ~]# subscription-manager-cli register --username=calfonso --password=redhat Bad Request
how was the rhsm.conf file edited?
# Red Hat Subscription Manager Configuration File # Contents of this file will be overwritten on registration. # Remote server Hostname hostname=cert-ci.devlab.redhat.com # Remote Server port port=8443 # Remote base URL baseurl= http://cert-ci.devlab.redhat.com/content # Directory containing consumer key & certificate consumerid = /etc/pki/consumer # The frequency used to refresh certificates (mins) certFrequency=240
Looks to be an environmental issue. since there's a new machine set up, closing this one out.