On 12/27/2011 12:21 PM, Steffen wrote: > Hard to catch, but I was lucky. > These are the steps with loglevel info: > > Start httpd.exe with AcceptFilter https none > > 1) In browser https://devxp > 2) response browser not found > > in access log: nothing > in error log: > [ssl:info] [pid 2432:tid 1036] [client 192.168.1.13:2136] AH01964: Connection > to child 63 > established (server devxp:443) > [ssl:info] [pid 2432:tid 1036] [client 192.168.1.13:2137] AH01964: Connection > to child 63 > established (server devxp:443) > [ssl:info] [pid 2432:tid 1036] [client 192.168.1.13:2137] AH02008: SSL > library error 1 in > handshake (server devxp:443) > [ssl:info] [pid 2432:tid 1036] SSL Library Error: error:140760FC:SSL > routines:SSL23_GET_CLIENT_HELLO:unknown protocol -- speaking not SSL to HTTPS > port!? > [ssl:info] [pid 2432:tid 1036] [client 192.168.1.13:2137] AH01998: Connection > closed to > child 63 with abortive shutdown (server devxp:443) > > 3) In browser press refresh > 4)Response is fine > > in accesslog: > SSLv3 RC4-SHA "GET / HTTP/1.1" 200 46 "-" "Mozilla/4.0 (compatible; MSIE > 6.0;... > > in error log: > [ssl:info] [pid 2432:tid 1036] [client 192.168.1.13:2138] AH01964: Connection > to child 63 > established (server devxp:443) > [ssl:info] [pid 2432:tid 1036] (70014)End of file found: [client > 192.168.1.13:2138] > AH01991: SSL input filter read failed. > [ssl:info] [pid 2432:tid 1036] [client 192.168.1.13:2139] AH01964: Connection > to child 63 > established (server devxp:443) > [ssl:info] [pid 2432:tid 1036] (OS 10060)A connection attempt failed because > the connected > party did not properly respond after a period of time, or established > connection failed > because connected host has failed to respond. : [client 192.168.1.13:2139] > AH01991: SSL > input filter read failed.
Simple guess, we are missing a pre-init to a null or invalid_handle_value state. Researching. Likely different than the socket reuse scenario.
