rabbitmq / rabbitmq-web-stomp

Provides support for STOMP over WebSockets
Other
89 stars 26 forks source link

SSL connections are misreported in management UI #32

Closed essen closed 8 years ago

essen commented 8 years ago

The problem comes from a hardcoded {ssl, false} value.

SockJS connections local ip/port are wrong, it gives remote ip/port instead. This ticket will also take care of fixing that.

Reported here: https://groups.google.com/forum/#!topic/rabbitmq-users/l3fAt0ZKP2g

essen commented 8 years ago

I have added a PR against sockjs-erlang which should fixes other related issues.