Hi Robert,

It didn't occur to me to check the actual message from the content.
Indeed, I am getting a 'forbidden country' error:
---
Forbidden
Your client does not have permission to get URL / from this server.
(Client IP address: 75.101.144.***)

You are accessing this page from a forbidden country.
---

This is what I get when I run wget appengine.google.com

--2011-02-25 00:16:10--  http://appengine.google.com/
Resolving appengine.google.com... 72.14.204.100, 72.14.204.101,
72.14.204.102, ...
Connecting to appengine.google.com|72.14.204.100|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2011-02-25 00:16:10 ERROR 403: Forbidden.

The EC2 instance is in Amazon's US West region. A geolocation lookup
points the IP to Seattle, US.

Regards,
FJ

On Feb 25, 2:47 am, Robert Kluin <robert.kl...@gmail.com> wrote:
> Do you know what exactly is being returned to the client?  You might
> want to take a look at some of these issues and see if any matchup
> with what you're seeing:
>
> http://code.google.com/p/googleappengine/issues/list?can=2&q=forbidde...
>
> I think 4560 is the 'main' issue, the others are probably dupes.
>    http://code.google.com/p/googleappengine/issues/detail?id=4560
>
> If that's what is happening I would star it and add your details.
>
> Robert
>
> On Thu, Feb 24, 2011 at 01:41, FJ <forza...@gmail.com> wrote:
> > Hi,
>
> > I have a daemon in an Amazon EC2 instance that calls a URL in
> > AppEngine to post jobs. However, starting from 2011-02-22 around
> > 17:35:40, all the calls returned a 403 error code. After further
> > investigation, we found out that the instance got 403 from
> > appengine.google.com as well.
>
> > I can access the same URL from other machines, so I can confirm that
> > this problem is isolated to that specific EC2 instance.
>
> > We have checked the following areas:
> > 1. Logs: The 403 requests are not logged. Requests from other IPs are
> > logged.
> > 2. Blacklist: Our blacklist is blank
>
> > It seems to me that this particular EC2 instance has been blacklisted
> > by Google's AppEngine server.
>
> > Our AppEngine is at weeswares-lta.appspot.com
>
> > Can somebody help us please?
>
> > Regards,
> > FJ

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to