java - custom-domain https requests aborted on appengine app -


i have enabled https on custom domain appengine app. worked fine couple of days. after while, on machines requests started getting aborted.

i observed on machines prone strange behavior, issue reproducible when following conditions met: - access application using https custom domain - many requests fired 1 after (like adding dom 30+ images, not ajax requests)

also observed on machine having problem, if traffic go through fiddler, issue disappear.

now: though firing 30 requests 1 after (like adding dom 30 images) might not best of practices, normal firefox , chrome abort 80% of requests when using https on custom domain? if why requests don't aborted when using https , appspot.com url of app?

thanks, cristian


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -