google-app-engine - SSL 谷歌应用引擎

标签 google-app-engine ssl google-apps

为了在 Appengine 中启用 SSL。 我尝试为我的自定义域启用 SSL

到目前为止我找到了这篇文章:

setup SSL on AppEngine... Assigned URLs "empty"

openssl genrsa -out rsaprivkey.pem 1024
openssl req -new -x509 -key rsaprivkey.pem -out dsacert.pem

然后我将生成的.pem上传到google app SSL设置页面

dsacert.pem > PEM encoded X.509 certificate 
rsaprivkey.pem > Unencrypted PEM encoded RSA private key

但是,我在上传后收到此错误消息。 接下来我该做什么?

Domain name in certificate should only contain allowed characters (RFC 1034).

最佳答案

求解!

是这篇文章 setup SSL on AppEngine... Assigned URLs "empty"

when open ssl asks you questions for your app's name, make sure to include the entire url as in your answer, www.abc.com to secure https://www.abc.com

但是我一开始在生成 openssl pem 时没有找到任何地方可以输入我的应用程序的名称。

最后我发现域应该填写在组织和通用名称字段中。 http://www.rackspace.com/knowledge_center/article/generate-a-csr-with-openssl

Organization Name (eg, company) [Internet Widgits Pty Ltd]: > example.com
Common Name (eg, YOUR name) > *.example.com

关于google-app-engine - SSL 谷歌应用引擎,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15540065/

相关文章:

amazon-web-services - 使用用户名和密码连接到 Amazon ActiveMQ

ruby-on-rails - OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed)

gmail - 是否有替代的 google-apps 邮件?

javascript - Mobile Safari (iPhone) 对 Javascript GET 请求有 30 秒以上的延迟

python - 应用程序引擎(gae)、python、ndb、延迟库或任务链、cron 作业还是全部?

java - Appengine - 隐藏文件夹的部署

css - SSL:更改自动生成的 css

java - Android 上的 Google App Engine (GAE) 响应代码和 cookie

node.js - 使用 nodejs 中的服务帐户域范围委托(delegate)通过 Google Apps Gmail 发送邮件

java - 如何访问 Google Apps for Business 用户的日历空闲/忙碌信息?