Hide Forgot
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: