Bug 1392017 - SSLv3 handshake failures
Summary: SSLv3 handshake failures
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Web Server 2
Classification: JBoss
Component: httpd
Version: 2.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Weinan Li
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-04 15:19 UTC by David Mulford
Modified: 2021-01-14 09:45 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-06-13 12:20:13 UTC
Type: Bug


Attachments (Terms of Use)

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:


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