https://issues.apache.org/bugzilla/show_bug.cgi?id=52476
Bug #: 52476
Summary: SSL failures on windows with AcceptFilter https none
Product: Apache httpd-2
Version: 2.3.15-beta
Platform: PC
Status: NEW
Severity: regression
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
When setting "AcceptFilter https none" on an SSL installation, some resources
are served incomplete or empty.
A simple test instance was configured to duplicate this problem. When testing,
openssl s_client to the 127.0.0.1:443 always failed (as did LWP tests). Firefox
8.0.1 and IE 8 did not consistently fail but were able to be duplicated.
The following log entry on trace8 is common across all failures:
[Tue Jan 17 09:03:18.268556 2012] [ssl:trace3] [pid 1088:tid 1232]
ssl_engine_kernel.c(1869): [client 127.0.0.1:55354] OpenSSL: Exit: error in
SSLv2/v3 read client hello A
It would appear the ClientHello message is malformatted when it reaches
mod_ssl.
Logs can be found here:
http://people.apache.org/~druggeri/logs/WinSSL/
The test instance with the dummy configuration is here:
http://people.apache.org/~druggeri/logs/WinSSL/testInstance.zip
A simple perl script in the root of the test instance zip file called testMe.pl
is provided.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]