Error when running subscription-manager

Problem: I am trying to register my first workstation to my Foreman/katello instance, but when I use subscription-manager, it errors out and fails.

Foreman and Proxy versions: Latest, I just built the box today

Foreman and Proxy plugin versions: Latest, I just built the box today

Distribution and version: Latest, I just built the box today

Other relevant data:
I have a log file, but it wouldn’t let me post it.

Any help pointing a noob in the right direction would be appreciated.

Hi and welcome :slight_smile:

Please share the subscription-manager command you are using to register the system as well as the exact output (error message) of that command. No idea why you cannot upload the log (never used the forums upload feature), but maybe you are able to share the relevant timeframe from /var/log/foreman/production.log either via inline paste or via a pastebin service?

Just to rule the first possible error out: have you installed the katello-consumer package on the workstation? It is usually acessible via http://foreman.example.com/pub/katello-ca-consumer-latest.noarch.rpm for RPM based distros or as bash script via https://foreman.example.com/pub/katello-rhsm-consumer as a more distibution-independant solution. That installs the relevant certificates for the communication between host and Foreman. Without those, the SSL connection will not work.

Regards