Special SSL configuration causes Nightly to fail to connect (stable works)
Created by: nrathaus
Hi,
The following server SSL configuration:
# ./sslscan/sslscan x.x.x.x
Version: 1.11.0-rbsec-6-g662b704-static
OpenSSL 1.0.2e-dev xx XXX xxxx
Testing SSL server x.x.x.x on port 443
TLS renegotiation:
Session renegotiation not supported
TLS Compression:
Compression disabled
Heartbleed:
TLS 1.2 not vulnerable to heartbleed
TLS 1.1 not vulnerable to heartbleed
TLS 1.0 not vulnerable to heartbleed
Supported Server Cipher(s):
Preferred TLSv1.0 112 bits DES-CBC3-SHA
SSL Certificate:
Signature Algorithm: sha256WithRSAEncryption
RSA Key Strength: 2048
Subject: x.x.x.x
Altnames: DNS:x.x.x.x
Issuer: Symantec Class 3 Secure Server CA - G4
Not valid before: Dec 30 00:00:00 2014 GMT
Not valid after: Dec 31 23:59:59 2015 GMT
# GET https://x.x.x.x
Can't connect to x.x.x.x:443
# lynx https://x.x.x.x
(works)
Will provide crash log...