Nodejitsu + HTTPS
Asked Answered
M

1

1

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?

Morose answered 31/7, 2012 at 20:57 Comment(0)
A
3

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 [email protected] with the details.

--Josh

Admission answered 31/7, 2012 at 22:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.