Hi Kevin,

Unfortunately in this case there is not much I can do to help you.

You can open a cross protocol session from a https page to a http server only on IE<=9 (and the user might get a message asking if he's sure to do that). Also the open connection will be a JSONP connection, that's the least efficient transport available within the client library.

In the past such connections were possible through standard XHR requests (never been possible through WebSocket) but the browsers updated their policy and as today not even the JSONP technique works anymore.

I forgot to update the connection matrix to highlight this case.

HTH