Bug 1392017

Summary: SSLv3 handshake failures
Product: [JBoss] JBoss Enterprise Web Server 2 Reporter: David Mulford <dmulford>
Component: httpdAssignee: Weinan Li <weli>
Status: CLOSED WONTFIX QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.1.1CC: jdoyle, jorton, luhliari, pslavice, rbost, rsvoboda
Target Milestone: ---   
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: 2019-06-13 12:20:13 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:

Description David Mulford 2016-11-04 15:19:11 UTC
Description of problem:
Running httpd-2.2.26-54 on RHEL 6.8 results in handshake failures when attempting to use SSLv3.


Version-Release number of selected component (if applicable):
RHEL 6.8
httpd-2.2.26-54.ep6.el6.x86_64
openssl-1.0.1e-48.el6_8.3.x86_64
mod_ssl-2.2.26-54.ep6.el6.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Install httpd and mod_ssl on a fresh RHEL 6.8 server
2. Run "openssl s_client -connect localhost:443 -ssl3"

Actual results:
# openssl s_client -connect localhost:443 -ssl3
CONNECTED(00000003)
140104875763528:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure:s3_pkt.c:598:

Expected results:
The s_client command should connect successfully using ssl3.

Additional info: