On Tue, Oct 28, 2014 at 3:56 PM, Ben Pye <[email protected]> wrote:
> I am attempting to setup a reverse proxy in front of my Google App Engine > appliance however despite what I would believe to be a correct > configuration I am hitting a road block. It appears that the IP address of > the reverse proxy (server from DigitalOcean) is blacklisted as I get the > following error: > > *403.* That’s an error. > > Your client does not have permission to get URL / from this server. > (Client IP address: 178.62.113.56) > > We're sorry, but this service is not available in your country.That’s all > we know. > Is there anything I can do about this? > Yes and no. It sounds like you're using an IP that has (at least in the past) been connected with a nation-state that has US export control limitations against it. Here's an example of a similar issue: https://groups.google.com/forum/#!topic/google-appengine/ldMUJxvqCOA . The short answer is that no, you can't dodge this issue because Google thinks you're connecting from a sanctioned country. Since this IP now appears to be owned by DigitalOcean, you might want to file an issue <https://code.google.com/p/googleappengine/issues/entry> and ask that the ban against that IP be lifted. In the interim, you may want to get your reverse proxy services from another firm such as Cloudflare: https://www.cloudflare.com/ ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
