我将具有两个应用程序的本地运行django项目部署到了GAE。 我还使用GCP提供的代理工具在GCP上测试了MySQL DB。 尽管我已将项目成功部署到App Engine,但它不能在GAE上运行。 我使用Chrome,IE和Safari测试了URL。
这就是Chrome所说的:
This site can’t provide a secure connection <project-id>.oa.r.appspot.com sent an invalid response.
Try running Windows Network Diagnostics.
ERR_SSL_PROTOCOL_ERROR
这是卷曲的意思:
(ll_env)> curl https://<project-id>.oa.r.appspot.com
curl : The request was aborted: Could not create SSL/TLS secure channel.
At line:1 char:1
+ curl https://<project-id>.oa.r.appspot.com
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
我测试了以下设置,但未成功:
我安装了Wireshark并捕获了连接设置。 App Engine似乎重置了我的连接请求。