<div dir="ltr"><br><div>Hi all,</div><div><br></div><div>  We have a JavaScript application that also uses the the Stomp and Web-Stomp plugins to connect client browsers to a notification channel, so that we can get asynchronous messages from the RabbitMQ broker.  This works fine when our site uses an usecured connection (http).</div><div><br></div><div>  We are now trying to update the application to use secured (https/ssl) connections and we are having problems because it seems that the web-stomp plugin does not support SSL.  I tried to look all over the web for info about this, but all I could find was a modified version of web-stomp that seems to include SSL support at <a href="https://gist.github.com/berico-rclayton/5475365">https://gist.github.com/berico-rclayton/5475365</a>.  However when I build the web-stomp plugin module using the info in the site mentioned above using Erlang R15B01, it doesn't seem to work, for either secured on unsecured connections.</div><div><br></div><div>  Is there any way to use web-stomp/SockJS with SSL? Otherwise is there any other way we can support websockets connections to a RabbitMQ broker in a secured context (i.e. when using it in a JS application that points to an https server)?</div><div><br></div><div>Thanks in advance,</div><div>Sebastien</div></div>