Intro
I use converse.js for as XMPP webclient. Therefore I need a bosh server that handles the bidirectional communication. As such a server acts node-xmpp-bosh. Since my site is SSL/TLS encrypted and it's only available through https, it's only allowed to connect to the bosh server by encrypted communication. Unfortunately node-xmpp-bosh doesn't support SSL/TLS.
Question
Can I circumvent this, by forwarding the traffic somehow? Or am I lost and need to search another bosh server?