Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionRaviraj Lavande
2019-06-07 13:19:44 UTC
Description of problem:
ENV
---
Satellite 6.5
RHEL 8.0 (probably 8.x)
-------------------------
Installation of the katello-ca-consumer package on "FIPS" enabled RHEL 8 fails with the following error.
~~~
Error: Transaction check error:
package katello-ca-consumer-mysat.lab.pune.redhat.com-1.0-1.noarch does not verify: no digest
~~~
=============================
~~~
[root@host1 ~]# fips-mode-setup --enable
Setting system policy to FIPS
Note: System-wide crypto policies are applied on application start-up.
It is recommended to restart the system for the change of policies
to fully take place.
FIPS mode will be enabled.
Please reboot the system for the setting to take effect.
[root@host1 ~]# reboot
~~~
~~~
[root@host1 ~]# curl --insecure --output katello-ca-consumer-latest.noarch.rpm https://mysat.lab.pune.redhat.com/pub/katello-ca-consumer-latest.noarch.rpm
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7421 100 7421 0 0 47877 0 --:--:-- --:--:-- --:--:-- 47570
[root@host1 ~]#
~~~
~~~
[root@host1 ~]# yum localinstall katello-ca-consumer-latest.noarch.rpm
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Dependencies resolved.
==============================================================================================================================================================================================================================================
Package Arch Version Repository Size
==============================================================================================================================================================================================================================================
Installing:
katello-ca-consumer-mysat.lab.pune.redhat.com noarch 1.0-1 @commandline 7.2 k
Transaction Summary
==============================================================================================================================================================================================================================================
Install 1 Package
Total size: 7.2 k
Installed size: 16 k
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Error: Transaction check error:
package katello-ca-consumer-mysat.lab.pune.redhat.com-1.0-1.noarch does not verify: no digest
Error Summary
-------------
[root@host1 ~]#
~~~
We have a workaround for this issue, (sharing here)
----------
WORKAROUND
----------
~~~
[root@host1 ~]# rpm -Uvh --nodigest --nofiledigest http://mysat.lab.pune.redhat.com/pub/katello-ca-consumer-latest.noarch.rpm
Retrieving http://mysat.lab.pune.redhat.com/pub/katello-ca-consumer-latest.noarch.rpm
Preparing... ################################# [100%]
Updating / installing...
1:katello-ca-consumer-mysat.lab################################# [100%]
[root@host1 ~]#
~~~
Version-Release number of selected component (if applicable):
ENV
---
Satellite 6.5
RHEL 8.0 (probably 8.x)
How reproducible:
Always
Steps to Reproduce:
1. Enable the FIPS
2. Download the katello-ca-consumer
3. Try to install it, it fails
Actual results:
~~~
Error: Transaction check error:
package katello-ca-consumer-mysat.lab.pune.redhat.com-1.0-1.noarch does not verify: no digest
~~~
Expected results:
~~~
[root@host1 ~]# rpm -Uvh --nodigest --nofiledigest http://vmysat.lab.pune.redhat.com/pub/katello-ca-consumer-latest.noarch.rpm
Retrieving http://mysat.lab.pune.redhat.com/pub/katello-ca-consumer-latest.noarch.rpm
Preparing... ################################# [100%]
Updating / installing...
1:katello-ca-consumer-mysat.lab################################# [100%]
[root@host1 ~]#
~~~
Additional info: