Nodejitsu + HTTPS

此生再无相见时 提交于 2019-12-11 04:36:42

问题


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?


回答1:


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.

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

--Josh



来源:https://stackoverflow.com/questions/11748881/nodejitsu-https

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!