[jitsi-users] bosh module returning http jabber.org instead of https

Hi,

I'm setting up a test jitsi meet server and have encountered an issue while using https. Chrome is erroring on insecure content, which seems to be requested by the Bosh module.

Here's info from the chrome javascript console:

···

================
console tab

Strophe: request errored, status: 0, number of errors: NaN
POST https://jitsi-meet.jabber-2.rdlab.dv/http-bind net::ERR_INSECURE_RESPONSE

================
network tab

Request URL:https://jitsi-meet.jabber-2.my.domain/http-bind
Request Headers CAUTION: Provisional headers are shown.
Content-Type:text/plain;charset=UTF-8
Origin:https://jabber-2.my.domain
Referer:https://jabber-2.my.domain/
User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36
Request Payload
<body rid='2014098961' xmlns='http://jabber.org/protocol/httpbind' to='jabber-2.my.domain' xml:lang='en' wait='60' hold='1' content='text/xml; charset=utf-8' ver='1.6' xmpp:version='1.0' xmlns:xmpp='urn:xmpp:xbosh'/>

---------------------

I modified mod_bosh to call https://jabber.org but it did not make any difference.

The nginx config was provided here:

https://github.com/jitsi/jitsi-meet/wiki/nginx-SSL-example

Has anyone run into this before?

Thanks,

Herb