简体   繁体   English

尝试从特定IP访问appengine.google.com的403禁止错误

[英]403 Forbidden error trying to access to appengine.google.com from a specific IP

I don't know why, but today I can't connect to any GAE domain from one on my VPS located in Amsterdam (Digital Ocean as provider). 我不知道为什么,但是今天我无法从位于阿姆斯特丹的VPS(作为提供者的Digital Ocean)上的任何一个GAE域连接到。 I'm getting a 403 forbidden error with the message: "Your client does not have permission to get URL from this server. (Client IP address: )". 我收到一条403禁止错误消息:“您的客户端无权从此服务器获取URL。(客户端IP地址:)”。

However, the rest of the VPS in the same location can connect without problems and even the problematic VPS was connecting perfectly yesterday. 但是,同一位置的其余VPS可以毫无问题地连接,即使有问题的VPS昨天也能完美连接。

What's happening here?? 这里发生了什么事??

If I hit against my GAE app I don't see the request/response in the log file.... so it seems that my app does not launch that 403. Moreover, the same is happening if I send my request against http://appengine.google.com , I get a 403 forbidden error so definitively my GAE app is not the problem. 如果我碰到我的GAE应用程序,则在日志文件中看不到请求/响应...。因此看来我的应用程序未启动该403。此外,如果我针对http发送请求,也会发生同样的情况: //appengine.google.com ,我收到403禁止的错误,因此绝对可以,我的GAE应用程序不是问题。

Is google blocking the VPS ip??? Google是否阻止了VPS IP ??? why??? 为什么??? due to a location policy??? 由于位置政策的原因??? I don't think so because I have a set of VPS in the same location and they are working fine. 我不这样认为,因为我在同一位置有一组VPS,并且它们工作正常。 Maybe a abuse report regarding this ip??? 也许关于此IP的滥用报告??? How can I figure it out??? 我该如何解决???

Thanks in advance. 提前致谢。

It's likely that the IP has been used for DDoS or some other attack in the past and is blacklisted in the outermost firewall of App Engine. 该IP可能过去曾被用于DDoS或其他攻击,并且已在App Engine最外层防火墙中列入黑名单。 Try getting a new IP address for that host and it should work as expected. 尝试为该主机获取一个新的IP地址,它应该可以正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 console.developers.google.com与appengine.google.com有何不同? - How is console.developers.google.com different from appengine.google.com? 发布到网址时出错:appengine.google.com/api/appversion/create-404 - Error posting to URL: appengine.google.com/api/appversion/create - 404 java.net.UnknownHostException:appengine.google.com - java.net.UnknownHostException: appengine.google.com appengine.google.com和objectify-可以在本地正常运行,但不能在gae上运行? - appengine.google.com & objectify - working ok locally but not on gae? https://appengine.google.com/_ah/logout仍在使用? - https://appengine.google.com/_ah/logout still working? Google AppEngine获取403禁止尝试更新cron.yaml - Google AppEngine Getting 403 forbidden trying to update cron.yaml Python AppEngine的Google Url Shortener API:HTTP错误:HTTP错误403:禁止 - Google Url Shortener API from Python AppEngine: HTTPError: HTTP Error 403: Forbidden 从Appengine提取Google ClientLogin令牌时,始终禁止403 - Always 403 Forbidden when fetching Google ClientLogin token from Appengine 为什么https://appengine.google.com/_ah/logout重定向停止工作? - Why did https://appengine.google.com/_ah/logout redirect stop working? appengine_rpc.ClientLoginError:HTTP错误403:禁止 - appengine_rpc.ClientLoginError: HTTP Error 403: Forbidden
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM