CloudFlare Lied. They are your problem. But nice of them to Blame GAE. Turn Cloud Flare off it will work just fine.
If you need a Cache for GAE check www.cdninabox.com (this is my project) I apologize for the spam, but I only do it when caching comes up.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Wk12WXZPSm5GdzhK.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
this will happen a lot when bing bot or google bot comes though to index your site.
Also if you have a site with more than 5000 pages you will find cloud flare often results in the cloudflare captcha being indexed.
Sent from my Samsung Epic™ 4G
>--
>You received this message because you are subscribed to the Google Groups "Google App Engine" group.
>To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/I0gte2ag83QJ.
Chris may be correct that ip headers forward, but that wasn't my experience. I think their proxies aren't always configured the way they think they are and are often double bagged
Sent from my Samsung Epic™ 4G
Check you Logs and it will tell you a request was blocked. Sorry still on phone so I can’t remember how to search exactly but you get a warning or error and on there you can see the ip that hit you. When I played with cloud flare most the time it would present an ip, but not always, and some times the ip would be a local rather than public ip. If you set your headers correctly on gae, they will do 75% of what cloud flare claims to do, with none of the risk of badness. Based on your use case I will likely be building a caching library for gae that would make this issue go away for python and java users, an integrated cache which would be better and make your gae costs lower.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/pA-byZLu4UcJ.
Had a phone conversation with a friend who is not a gae employee, but an IT contractor at Google, who suggested that google infrastructure often blocks large proxies that aren’t on their ISP whitelist, and that if this issue is to be resolved it isn’t necessarily a GAE issue but a “GOOGLE” issue and Cloudflare will need to get on that white list. No clue how they do that, maybe a GAE employee can speak up, but this lends to CloudFlare needs to get some ducks in a row.
From: google-a...@googlegroups.com [mailto:google-a...@googlegroups.com] On Behalf Of Martino A. Sabia
Sent: Thursday, June 09, 2011 3:35 AM
To: google-a...@googlegroups.com
Subject: R: Re: R: RE: [google-appengine] Google blocks traffic to appengine application
I'm sorry maybe I gonna say something totally wrong, but the "real" problem here, IMO, is that there are NO EVIDENCE at all in any place we can access, to say what was the real problem. So we're talking about something that can be, but even can be not.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/pA-byZLu4UcJ.
Martino, you could collect as much debugging information as possible
when this happens again and submit a Production issue to the App
Engine issue tracker. I guess the following information will help:
1) the request URL
2) the client's IP address
3) the exact time when the error occurred
4) the full error message or a screenshot
5) mention that the request came through CloudFlare
6) the outgoing CloudFlare IP address for that specific request
(extracted from CloudFlare logs, perhaps with the help of their
customer support)
Please post to the group if you find out anything new about what can
cause the error on the Google side and whether it can be related to
CloudFlare. I'm interested in the details, too, because I'm planning
to use a reverse proxy in front of App Engine.
-- Alexander
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
As an SEO, not as an app developer. I have billed more money to clients fixing issues caused by cloudflare than the client ever hoped to gain by using it. When it screws up and serves a search bot with a captcha page your world ends.
As an App Developer, Google Edge Cache built in to Appengine does 70% of what CloudFlare does for scaling. And just blacklisting bad bot IP’s and UserAgents will get you 25% of the way.