Re: Simple SSL question from the FAQ

2008-01-14 Thread Trustin Lee
Hi James, It means you need to set reader idle time and close the session when your IoHandler is notified with sessionIdle event. Trustin On Jan 7, 2008 11:54 PM, James Apfel <[EMAIL PROTECTED]> wrote: > Hi, > > says > > "Server developers will also have to disc

Simple SSL question from the FAQ

2008-01-07 Thread James Apfel
Hi, says "Server developers will also have to disconnect users who doesn't initiate SSL handshake." What does that exactly mean? Do I have to schedule a task that checks after 30 seconds or so if the SSL handshake was successful and if not drop the connection?