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?
相关问题
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- Netty websocket client does not read new frames fr
- Mechanize getting “Errno::ECONNRESET: Connection r
- google-drive can't get push notifications
- How to reimport module with ES6 import
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