May I ask how to create TLS server on Nitrous.IO Boxes? I think what I have to get for that at least are cert.pem and key.pem or something like that.
问问题
350 次
2 回答
1
根据您所在的地区,您可以自动获得 SSL 身份验证。这样就够了吗?
于 2014-02-06T07:16:53.723 回答
0
对我来说,https 是开箱即用的。
我将服务器设置为侦听端口 3000,将 Nitrous 预览端口配置为 3000,然后我可以通过以下方式访问:
- http://silly-name-121212.nitrousapp.com:3000/
- http://silly-name-121212.nitrousapp.com/
- https://silly-name-121212.nitrousapp.com/
(此 URL 仅用于说明;您的 URL 会有所不同。)
在应用程序本身中,您可以X-Forwarded-Proto
请求标头会告诉您请求是 http 还是 https。
于 2016-04-15T09:34:00.720 回答