rabbitmq / rabbitmq-web-stomp

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

SSL doesn't honor cowboy_opts #36

Closed essen closed 8 years ago

essen commented 8 years ago

TCP does: https://github.com/rabbitmq/rabbitmq-web-stomp/blob/master/src/rabbit_ws_sockjs.erl#L54 SSL doesn't: https://github.com/rabbitmq/rabbitmq-web-stomp/blob/master/src/rabbit_ws_sockjs.erl#L65

michaelklishin commented 8 years ago

Fixed in #38.