在谷歌应用引擎中获取SSL错误

Bin*_*ins 5 google-app-engine

我创建了谷歌应用引擎应用程序.它在我的本地系统中运行良好,也可以在服务器上成功部署.但该网址http://****.appspot.com/_ah/api/employeeendpoint/v1/employee/1给出了以下回复.

{"error":{"errors":[{"domain":"global","reason":"sslRequired","message":"SSL is required to perform this operation."}],"code":403,"message":"SSL is required to perform this operation."}}
Run Code Online (Sandbox Code Playgroud)

我也尝试使用https://****.appspot.com/_ah/api/employeeendpoint/v1/employee/1但仍然无法正常工作.

Yin*_* Li 0

某些 Google Cloud Platform 产品需要 SSL,您只需从 Cloud Console 启用 SSL,它就应该可以工作。

App EngineCompute EngineCloud SQL的文档。