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.

Bug 2005012

Summary: Test case failure: /CoreOS/httpd/Regression/bz1080125-httpd-uses-hardcoded-curve-for-ECDHE-suites
Product: Red Hat Enterprise Linux 9 Reporter: Branislav Náter <bnater>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED CURRENTRELEASE QA Contact: rhel-cs-infra-services-qe <rhel-cs-infra-services-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: CentOS StreamCC: bstinson, jorton, jwboyer, luhliari
Target Milestone: rcKeywords: Triaged
Target Release: ---Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-09-17 09:44:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Branislav Náter 2021-09-16 14:33:39 UTC
Tier3 test is failing.

Version-Release number of selected component (if applicable):
RHEL-9.0.0-20210907.4
httpd-2.4.48-17.el9.x86_64
openssl-3.0.0-0.beta2.7.el9.x86_64

Steps to Reproduce: 
Run test mentioned in Summary


Actual results: ===============================================================================
 
:: [ 10:26:30 ] :: [  BEGIN   ] :: Connecting to server (curves=secp224r1:prime192v1:sect163k1) :: actually running 'echo -e 'GET / HTTP/1.0
' |/usr/bin/openssl s_client -CAfile /var/www/html/ca.crt -connect localhost:443 -curves secp224r1:prime192v1:sect163k1'
Call to SSL_CONF_cmd(-curves, secp224r1:prime192v1:sect163k1) failed
:: [ 10:26:30 ] :: [   PASS   ] :: Connecting to server (curves=secp224r1:prime192v1:sect163k1) (Expected 1, got 1)
:: [ 10:26:30 ] :: [   FAIL   ] :: File '/var/tmp/rlRun_LOG.n74x0Re9' should contain 'no suitable key share'

Expected results (rhel-8): ===================================================================================
:: [ 10:30:31 ] :: [  BEGIN   ] :: Connecting to server (curves=secp224r1:prime192v1:sect163k1) :: actually running 'echo -e 'GET / HTTP/1.0
' |/usr/bin/openssl s_client -CAfile /var/www/html/ca.crt -connect localhost:443 -curves secp224r1:prime192v1:sect163k1'
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 7 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---
140069229176640:error:141D6065:SSL routines:tls_construct_ctos_key_share:no suitable key share:ssl/statem/extensions_clnt.c:684:
:: [ 10:30:31 ] :: [   PASS   ] :: Connecting to server (curves=secp224r1:prime192v1:sect163k1) (Expected 1, got 1)
:: [ 10:30:31 ] :: [   PASS   ] :: File '/var/tmp/rlRun_LOG.mf0YSZHu' should contain 'no suitable key share'