Thank very much, that sounds like a good property to tweak. we'll try it out :)




----- Original Message -----
From: Martin Gainty <mgai...@hotmail.com>
To: Tomcat Users List <users@tomcat.apache.org>
Cc: 
Sent: Thursday, August 1, 2013 1:07 AM
Subject: RE: SSL and 408 error code (incomplete request)

what happens if you increase the connectionTimeout (on your ssl connector) to a 
longer interval  e.g.?

$CATALINA_HOME/conf/server.xml  

  <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
    connectionTimeout="30000"
....
>

Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.

> Date: Wed, 31 Jul 2013 14:32:39 -0700
> From: solmy...@yahoo.com
> Subject: SSL and 408 error code (incomplete request)
> To: users@tomcat.apache.org
> 
> Hi,
> 
> 
> Has anyone happened to stumble onto this issue, please:
> Our Ajax works perfectly as long as its non-secure.
> However, when switching to SSL we sometimes see 408 errors (incomplete 
> request). This only happens on ajax, and inconsistently (similar requests 
> might succeed on one moment, but fail on the other).
> 
> Please note:
> 1. Our client is Chrome browser, using JQuery for ajax
> 2. Server is Tomcat 7
> 3. Network is fast and stable, and the ajax requests are small
> 4. Problem occurs for both our connectors: APR and Http (both with SSL 
> enabled) 
> 5. Our x509 certificate is valid (otherwise it would have failed on *all* 
> ajax ssl requests, not to mention the non-ajax ssl)
> 
> Thanks :)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to