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 1457785

Summary: httpd: mod_ssl: do not enable Medium ciphers by default
Product: Red Hat Enterprise Linux 7 Reporter: Jan Houska <jhouska>
Component: httpdAssignee: Luboš Uhliarik <luhliari>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 7.4CC: jorton, luhliari
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-07-13 15:44:45 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 Jan Houska 2017-06-01 10:06:43 UTC
Description of problem:
Following list of the ciphers  are now permitted by default

ECDHE-RSA-DES-CBC3-SHA
EDH-RSA-DES-CBC3-SHA
DES-CBC3-SHA
EDH-DSS-DES-CBC3-SHA
ECDHE-ECDSA-DES-CBC3-SHA

Those cyphers should not be permitted by default.









Version-Release number of selected component (if applicable):
run 312837 - BaseOS / Tier 3 / Apps / RHEL 7.4 on RHEL-7.4-20170525.7
httpd-2.4.6-67.el7


How reproducible:
always

Steps to Reproduce:
1.run test /CoreOS/httpd/Sanity/mod_ssl-default-ciphers
2.
3.

Actual results

::: [   LOG    ] :: Test MEDIUM RSA ciphers
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

...

:: [   INFO   ] :: Testing ECDHE-RSA-DES-CBC3-SHA
:: [   FAIL   ] :: Connecting to server (Expected 1, got 0)
:: [   FAIL   ] :: File '/var/tmp/rlRun_LOG.qb6bR6Tn' should not contain 'Cipher is ECDHE-RSA-DES-CBC3-SHA' 
:: [   FAIL   ] :: File '/var/tmp/rlRun_LOG.qb6bR6Tn' should contain 'handshake failure' 
:: [   INFO   ] :: Testing EDH-RSA-DES-CBC3-SHA
:: [   FAIL   ] :: Connecting to server (Expected 1, got 0)
:: [   FAIL   ] :: File '/var/tmp/rlRun_LOG.EqQ8CGjc' should not contain 'Cipher is EDH-RSA-DES-CBC3-SHA' 
:: [   FAIL   ] :: File '/var/tmp/rlRun_LOG.EqQ8CGjc' should contain 'handshake failure' 
:: [   INFO   ] :: Testing DES-CBC3-SHA
:: [   FAIL   ] :: Connecting to server (Expected 1, got 0)
:: [   FAIL   ] :: File '/var/tmp/rlRun_LOG.GDXNKE9k' should not contain 'Cipher is DES-CBC3-SHA' 
:: [   FAIL   ] :: File '/var/tmp/rlRun_LOG.GDXNKE9k' should contain 'handshake failure' 

...

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: Test MEDIUM DSS ciphers
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

...

:: [   INFO   ] :: Testing EDH-DSS-DES-CBC3-SHA
:: [   FAIL   ] :: Connecting to server (Expected 1, got 0)
:: [   FAIL   ] :: File '/var/tmp/rlRun_LOG.cSJ2Fxrh' should not contain 'Cipher is EDH-DSS-DES-CBC3-SHA' 
:: [   FAIL   ] :: File '/var/tmp/rlRun_LOG.cSJ2Fxrh' should contain 'handshake failure' 


::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: Test MEDIUM ECDSA ciphers
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [   INFO   ] :: Testing ECDHE-ECDSA-DES-CBC3-SHA
:: [   FAIL   ] :: Connecting to server (Expected 1, got 0)
:: [   FAIL   ] :: File '/var/tmp/rlRun_LOG.EmtI3n7W' should not contain 'Cipher is ECDHE-ECDSA-DES-CBC3-SHA' 
:: [   FAIL   ] :: File '/var/tmp/rlRun_LOG.EmtI3n7W' should contain 'handshake failure' 


Expected results:
test should pass.

Additional info:

Comment 3 Joe Orton 2017-07-13 15:44:45 UTC

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