本文介绍了Nodejitsu + HTTPS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我去时,我神奇地启用了ssl。但我的应用程序的websocket传输现在似乎已被打破。我需要做什么才能通过此https启用websockets,还有什么可以打破?他们正在做什么来启用SSL?

When I go to https://myapp.nodejitsu.com I magically have ssl enabled. But my app's websocket transport seems to be broken now. What do I need to do to enable websockets over this https, what else could be broken? What are they doing to enable SSL?

推荐答案

Nodejitsu使用将https代理到http到您的应用。代理支持http和https模式下的websockets。所以,只要你的应用程序可以通过http讨论websockets,它应该没问题。

Nodejitsu uses node-http-proxy to proxy https to http, to your app. The proxy supports websockets in both http and https modes. So, as long as your app can talk websockets over http, it should be fine.

我建议给我们发送电子邮件至support@nodejitsu.com,详细信息。

I'd recommend shooting us an email at support@nodejitsu.com with the details.

- Josh

这篇关于Nodejitsu + HTTPS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 05:10