简体   繁体   English

不断从 Google 请求 Appengine 上的 Acme Challenge 文件

[英]Constant request of Acme Challenge file on Appengine from Google

I am working on an AppEngine app that hasn't gone live yet(ie accessible online, but no users other than myself).我正在开发一个尚未上线的 AppEngine 应用程序(即可以在线访问,但除我之外没有其他用户)。 I tried using let's encrypt SSL before switching to Google Managed SSL. After removing Let's encrypt SSL, my app is constantly getting a request from Google to the acme challenge file and they are all marked as WARNING.在切换到 Google 管理的 SSL 之前,我尝试使用 let's encrypt SSL。删除 Let's encrypt SSL 后,我的应用不断从 Google 收到对 acme 挑战文件的请求,它们都被标记为警告。 These are several samples of such entry (some text are replaced with dashes):这些是此类条目的几个示例(一些文本被破折号替换):

 - 2001:4860:4801:2045::4 - - [15/Sep/2021:17:49:24 -0700] GET /.well-known/acme-challenge/-------------------------SOk HTTP/1.1 404 - - "Google-Firebase" "-----.com" ms=1 cpu_ms=0 cpm_usd=0 loading_request=0 instance=- app_engine_release=1.9.71 trace_id=-
 - 2001:4860:4801:202c::1b - - [15/Sep/2021:17:34:24 -0700] GET /.well-known/acme-challenge/-------------------------SOk HTTP/1.1 404 - - "Google-Firebase" "-----.com" ms=0 cpu_ms=0 cpm_usd=0 loading_request=0 instance=- app_engine_release=1.9.71 trace_id=-

I'm getting 8 request every 15 minutes, and they all results in 404. How do I stop this?我每 15 分钟收到 8 个请求,它们的结果都是 404。我该如何停止这种情况? I have removed the SSL and the challenge reference from my app.yaml file and have also deleted the actual challenge file.我已经从我的 app.yaml 文件中删除了 SSL 和挑战参考,并且还删除了实际的挑战文件。 I am not using any load balancer as mentioned in this post .我没有使用本文中提到任何负载平衡器。 I'm concerned because it is costing me $5 in the last 1 week.我很担心,因为它在过去 1 周内花费了我 5 美元。

thank you @MabelA.谢谢@MabelA。 Reconfiguring the custom domain (deleting and readding) seems to solve the problem重新配置自定义域(删除和读取)似乎可以解决问题

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

相关问题 从 csv 文件或来自 google 文档的电子表格填充 appengine 数据库中的数据 - Populating data in appengine database from a csv file or spreadsheet from google docs 由于缺少 api 代理,从 Google Appengine 发送电子邮件失败 - Sending emails from Google Appengine fails because of missing api proxy 将 EAR 应用程序从 AppEngine 迁移到 Google Cloud SDK - Migrating an EAR application from AppEngine to Google Cloud SDK 设置 Google AppEngine Jetty 版本 - Setting Google AppEngine Jetty version google.appengine.tools.devappserver2.errors.InvalidAppConfigError - google.appengine.tools.devappserver2.errors.InvalidAppConfigError Google AppEngine 部署错误(云错误报告) - Google AppEngine Deploy Error (cloud-error-reporting) 没有名为 appengine.ext google app engine 的模块 - No module named appengine.ext google app engine 如何在 Android 模拟器和 Appengine Dev 中使用虚拟谷歌帐户 - How to use dummy google account with Android Emulator and Appengine Dev .NET 中的 Google.Cloud.AppEngine.V1 客户端库和流量拆分 - Google.Cloud.AppEngine.V1 client libraries and traffic splitting in .NET 如何使用 Firestore 删除现有 Google Cloud 项目中的 AppEngine 默认服务 - How to delete AppEngine default service in the existing Google Cloud project with Firestore
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM