Bug 41459 - Extensive number of "HTTP spoken on HTTPS port" info messages for IPv6
Summary: Extensive number of "HTTP spoken on HTTPS port" info messages for IPv6
Status: RESOLVED DUPLICATE of bug 39653
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ssl (show other bugs)
Version: 2.2.4
Hardware: Other AIX
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-25 01:17 UTC by Björn Wiberg
Modified: 2007-02-27 09:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Wiberg 2007-01-25 01:17:45 UTC
After having migrated from Apache 2.0.x to Apache 2.2.3 (and 2.2.4), I get a lot
of these error messages in the error log:

---8<---
[Mon Jan 22 01:02:13 2007] [info] [client 2001:6b0:b:2::27] Connection to child
12 established (server www.anst.uu.se:443)
[Mon Jan 22 01:02:13 2007] [info] Seeding PRNG with 136 bytes of entropy
[Mon Jan 22 01:02:13 2007] [info] [client 2001:6b0:b:2::27] SSL handshake
failed: HTTP spoken on HTTPS port; trying to send HTML error page
[Mon Jan 22 01:02:13 2007] [info] SSL Library Error: 336027804
error:1407609C:lib(20):func(118):reason(156)

[Mon Jan 22 01:02:14 2007] [info] [client 2001:6b0:b:2::27] Connection to child
2 established (server www.anst.uu.se:443)
[Mon Jan 22 01:02:14 2007] [info] Seeding PRNG with 136 bytes of entropy
[Mon Jan 22 01:02:14 2007] [info] [client 2001:6b0:b:2::27] SSL handshake
failed: HTTP spoken on HTTPS port; trying to send HTML error page
[Mon Jan 22 01:02:14 2007] [info] SSL Library Error: 336027804
error:1407609C:lib(20):func(118):reason(156)
--->8---

...where the server appears to connect to its own IPv6 address and apparently
attempts to speak HTTP to the HTTPS port.

The access log shows:

---8<---
2001:6b0:b:2::27 - - [22/Jan/2007:01:02:12 +0100] "GET /" 400 571 "-" "-" "-"
2001:6b0:b:2::27 - - [22/Jan/2007:01:02:13 +0100] "GET /" 400 571 "-" "-" "-"
2001:6b0:b:2::27 - - [22/Jan/2007:01:02:14 +0100] "GET /" 400 571 "-" "-" "-"
2001:6b0:b:2::27 - - [22/Jan/2007:01:02:15 +0100] "GET /" 400 571 "-" "-" "-"
2001:6b0:b:2::27 - - [22/Jan/2007:01:02:16 +0100] "GET /" 400 571 "-" "-" "-"
2001:6b0:b:2::27 - - [22/Jan/2007:01:02:17 +0100] "GET /" 400 571 "-" "-" "-"
2001:6b0:b:2::27 - - [22/Jan/2007:01:02:18 +0100] "GET /" 400 571 "-" "-" "-"
2001:6b0:b:2::27 - - [22/Jan/2007:01:02:19 +0100] "GET /" 400 571 "-" "-" "-"
2001:6b0:b:2::27 - - [22/Jan/2007:01:02:21 +0100] "GET /" 400 571 "-" "-" "-"
2001:6b0:b:2::27 - - [22/Jan/2007:01:02:22 +0100] "GET /" 400 571 "-" "-" "-"
2001:6b0:b:2::27 - - [22/Jan/2007:01:02:23 +0100] "GET /" 400 571 "-" "-" "-"
2001:6b0:b:2::27 - - [22/Jan/2007:09:46:32 +0100] "GET /" 400 571 "-" "-" "-"
--->8---

On a busy server, I get a lot of these after reloading, restarting or starting
the server, but also during normal operation. And they usually come in "chunks"
like this.

What could be the reason for this?
Comment 1 Björn Wiberg 2007-02-04 11:13:27 UTC
Most probably related to:

http://issues.apache.org/bugzilla/show_bug.cgi?id=39653
Comment 2 Joe Orton 2007-02-27 09:05:54 UTC

*** This bug has been marked as a duplicate of 39653 ***