将http更改为https

时间:2012-08-21 05:17:11

标签: java google-app-engine http ssl https

我正在学习使用Google Apps Engine。我的代码部分为JAVA。在Google Apps Engine中,我创建了一个应用程序http://sampleown.appspot.com。如何将网址从http://sampleown.appspot.com更改为https://sampleown.appspot.com并将http重定向到https。如何使用SSL来避免http连接。我不知道SSL的概念以及如何使用SSL来避免http个连接。

给我任何想法/示例代码/指导我。

谢谢。

1 个答案:

答案 0 :(得分:3)

https://developers.google.com/appengine/kb/general

Google App Engine是否支持SSL(HTTPS)?

Google App Engine允许您通过appspot.com域提供SSL(HTTPS)流量。只需将'secure'参数添加到app.yaml处理程序中,以获取您希望支持安全流量的URL。有关如何为安全流量配置应用程序的完整信息,请参阅应用程序配置文档。

Java文档:https://developers.google.com/appengine/docs/java/config/webxml#Secure_URLs