https://issues.apache.org/bugzilla/show_bug.cgi?id=46123
Summary: Better error message when SSL connection arrives on non-
SSL port
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: All
OS/Version: All
Status: NEW
Keywords: PatchAvailable
Severity: enhancement
Priority: P4
Component: Core
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
This patch provides a better error message when an SSL connection arrives on a
non-SSL port.
Right now the error log message looks like:
[Wed Oct 29 11:24:28 2008] [error] [client 127.0.0.1] Invalid method in request
\x16\x03\x01
The patch notices that those first few bytes look like an SSL client handshake,
and changes the message to:
[Wed Oct 29 11:55:14 2008] [error] [client 127.0.0.1] Invalid method in request
\x16\x03\x01 - possible attempt to establish SSL connection when the server
isn't expecting it
which should make the cause a little clearer and easier to fix.
Thanks to Eric Covener for suggesting this.
--
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]