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.
Bug 1718320 - [Satellite 6.5] Installation of katello-ca-consumer fails on FIPS enabled RHEL 8.
Summary: [Satellite 6.5] Installation of katello-ca-consumer fails on FIPS enabled RHE...
Keywords:
Status: CLOSED DUPLICATE of bug 1713401
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Registration
Version: 6.5.0
Hardware: All
OS: All
medium
medium
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Stephen Wadeley
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-06-07 13:19 UTC by Raviraj Lavande
Modified: 2023-12-15 16:32 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-06-21 18:47:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Raviraj 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:

Comment 5 Brad Buckingham 2019-06-21 18:47:07 UTC

*** This bug has been marked as a duplicate of bug 1713401 ***


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