When using https I am getting also tons of a Schannel error:

Log Name:      System
Source:        Schannel
Date:          06-04-12 16:11:18
Event ID:      36888
Task Category: None
Level:         Error
Keywords:
User:          SYSTEM
Computer:      Father
Description:
The following fatal alert was generated: 10. The internal error state is 10.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event";>
 <System>
<Provider Name="Schannel" Guid="{1F678132-5938-4686-9FDC-C8FF68F15C85}" />
   <EventID>36888</EventID>
   <Version>0</Version>
   <Level>2</Level>
   <Task>0</Task>
   <Opcode>0</Opcode>
   <Keywords>0x8000000000000000</Keywords>
   <TimeCreated SystemTime="2012-04-06T14:11:18.920716300Z" />
   <EventRecordID>63790</EventRecordID>
   <Correlation />
   <Execution ProcessID="748" ThreadID="3796" />
   <Channel>System</Channel>
   <Computer>Father</Computer>
   <Security UserID="S-1-5-18" />
 </System>
 <EventData>
   <Data Name="AlertDesc">10</Data>
   <Data Name="ErrorState">10</Data>
 </EventData>
</Event>


-----Original Message----- From: William A. Rowe Jr.
Sent: Friday, April 06, 2012 4:51 AM Newsgroups: gmane.comp.apache.devel
To: dev@httpd.apache.org
Subject: Re: Apache httpd 2.4.x on Windows

On 4/5/2012 3:04 PM, Ben Laurie wrote:

Really? I totally haven't kept up, but last I knew mod_ssl used the
whole bucket nightmare and did not need blocking connections.

It does when it goes to re-attempt a second read() for the HELO.  If
that second chance won't block, it appears to barf.

Reply via email to