Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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.
DescriptionJayant Kumar Goodwani
2022-02-08 09:45:21 UTC
Description of problem:
Customer has configured the Virt-who in his system but still it is not reflecting on the portal as system runs in FIPs compliant mode.
Version-Release number of selected component (if applicable):
# cat etc/redhat-release
Red Hat Enterprise Linux release 8.5 (Ootpa)
How reproducible:
Always
Actual results:
Please find the below logs that shows the issue:-
----------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/virtwho/virt/virt.py", line 412, in run
self._run()
File "/usr/lib/python3.6/site-packages/virtwho/virt/esx/esx.py", line 149, in _run
self.prepare()
File "/usr/lib/python3.6/site-packages/virtwho/virt/esx/esx.py", line 137, in prepare
self.login()
File "/usr/lib/python3.6/site-packages/virtwho/virt/esx/esx.py", line 365, in login
self.client = suds.client.Client(wsdl, location="%s/sdk" % self.url, **kwargs)
File "/usr/lib/python3.6/site-packages/suds/client.py", line 120, in init
self.wsdl = reader.open(url)
File "/usr/lib/python3.6/site-packages/suds/reader.py", line 101, in open
id = self.mangle(url, "wsdl")
File "/usr/lib/python3.6/site-packages/suds/reader.py", line 61, in mangle
h = md5(name.encode()).hexdigest()
ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
------------------------------------------------------------
Expected results:
Virt-who should run fine and must reflect the hos guest mappings on the Customer portal
Additional info:
Customer is using the following virt-who package.
# cat installed-rpms |grep -i virt-who
virt-who-1.30.8-1.el8.noarch
# cat ./sos_commands/crypto/fips-mode-setup_--check
FIPS mode is enabled.
*** Bug 2051882 has been marked as a duplicate of this bug. ***
Comment 3Abhilash Kulkarni
2022-02-09 20:41:58 UTC
Hi,
RHEL 8 is in full support phase.
During the Full Support Phase, Red Hat defined Critical and Important Security errata advisories (RHSAs) and Urgent and Selected (at Red Hat discretion) High Priority Bug Fix errata advisories (RHBAs) may be released as they become available.
So can we get an update of why can't this be fixed in RHEL8.
Regards,
Abhilash K.
Hi Abhilash and others,
We will work with python3-suds team to address this issue in RHEL 8. Since we already a bug explaining the same scenario, closing the bug as a duplicate of Bug 1942384.
thanks,
Rehana
*** This bug has been marked as a duplicate of bug 1942384 ***
Description of problem: Customer has configured the Virt-who in his system but still it is not reflecting on the portal as system runs in FIPs compliant mode. Version-Release number of selected component (if applicable): # cat etc/redhat-release Red Hat Enterprise Linux release 8.5 (Ootpa) How reproducible: Always Actual results: Please find the below logs that shows the issue:- ---------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/virtwho/virt/virt.py", line 412, in run self._run() File "/usr/lib/python3.6/site-packages/virtwho/virt/esx/esx.py", line 149, in _run self.prepare() File "/usr/lib/python3.6/site-packages/virtwho/virt/esx/esx.py", line 137, in prepare self.login() File "/usr/lib/python3.6/site-packages/virtwho/virt/esx/esx.py", line 365, in login self.client = suds.client.Client(wsdl, location="%s/sdk" % self.url, **kwargs) File "/usr/lib/python3.6/site-packages/suds/client.py", line 120, in init self.wsdl = reader.open(url) File "/usr/lib/python3.6/site-packages/suds/reader.py", line 101, in open id = self.mangle(url, "wsdl") File "/usr/lib/python3.6/site-packages/suds/reader.py", line 61, in mangle h = md5(name.encode()).hexdigest() ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS ------------------------------------------------------------ Expected results: Virt-who should run fine and must reflect the hos guest mappings on the Customer portal Additional info: Customer is using the following virt-who package. # cat installed-rpms |grep -i virt-who virt-who-1.30.8-1.el8.noarch # cat ./sos_commands/crypto/fips-mode-setup_--check FIPS mode is enabled.