https为localhost:8080 [英] https for localhost:8080

查看:1002
本文介绍了https为localhost:8080的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试开发使用Google App Engine上运行的Python编写的Facebook应用程序,所以我需要使我的 http:// localhost:8080 https:// localhost:8080 ,因为Facebook要求安全的画布URL
如何在本地主机中进行https?8080?

解决方案

文档


开发Web服务器不支持
支持HTTPS连接。它忽略
的安全参数,因此用于HTTPS的路径
可以通过开发Web服务器的常规HTTP连接
测试


发行960 a>要求添加支持。在此之前,我的建议是将Apache或lighttpd作为开发服务器的代理,并仅在前端服务上启用HTTPS。


I am trying to develop a facebook app written in Python running on Google App Engine, so i need to make my http://localhost:8080 to https://localhost:8080 since facebook is asking for a Secure Canvas URL how can i make https in localhost:8080 ?

解决方案

From the docs:

The development web server does not support HTTPS connections. It ignores the secure parameter, so paths intended for use with HTTPS can be tested using regular HTTP connections to the development web server.

You can star issue 960 to request that support be added. Until then, my advice would be to run Apache or lighttpd as a proxy to the development server, and enable HTTPS on the front-end service only.

这篇关于https为localhost:8080的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆