On Wed, 2006-05-17 at 16:44 +0200, Roland Weber wrote:
> Hello Abele,
> 
> > I'm having an issue of https request handshaking on every request.
> > Functionally, it works ok. But it caused my tiny embedded web server
> > overloaded after couple requests. 
> > I turned on the JSSE debug and saw handshaking on every request.
> 
> Please enable the wire log (not the context log) and post the
> output for two or three requests to this mailing list.
> http://jakarta.apache.org/commons/httpclient/logging.html
> 

Actually in this particular case the context log might be quite useful

Oleg


> > And I
> > tried add "Connection: keep-alive" and "Keep-Alive:300" in http header,
> > didn't see any difference.
> 
> You do not mention whether you did that on the client for the request,
> or in your tiny embedded web server for the response. Neither do you
> mention the HTTP version or, if the version is 1.1, the transport
> encoding. Never mind, the wire log will give us such information.
> 
> cheers,
>   Roland
> 
> >  
> > I'm using EasySSLProtocolSocketFactory added a bit tweaks with
> > httpclient 3.0.1 and sun jdk 1.5.0_05-b05 on redhat ES4. 
> > 
> > Thanks. 
> > 
> > Abele
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to