Hi there,
    We have a deployed java application on GAE. We have enabled SNI SSL 
certificates. For the last few days, we have observed that that any HTTPS 
request that are taking more than 2 seconds are getting aborted by server 
(as reported by browser). This is consistently happening on FF, IE and 
Chrome on Windows XP, Windows 7 64bit & Safari and Chrome on Mac Mountain 
lion. The error that is shown on Chrome is "Error 324 
(net::ERR_EMPTY_RESPONSE): The server closed the connection without sending 
any data", where in IE (v9.0) is throwing error 12152.

This was consistently reproduced by hitting a URL, mapped to a java 
servelt, which is made to sleep for >=2000 ms. The sleep interval was given 
as a request parameter and tried with varied value of 1000 to 5000 ms. The 
above mentioned error was thrown for all values >=1900 ms, while any thing 
less than that would not yield any issues.
However, there were no issues faced if the URL scheme is changed to HTTP.

GAE application logs did not show any error or any signs of new instance 
spawning off.

Any ideas to solve the issue would be immensely helpful.

Sreejith

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to