bigbluebutton icon indicating copy to clipboard operation
bigbluebutton copied to clipboard

Echo WebRTC fails on /check

Open fcecagno opened this issue 9 years ago • 1 comments

If /check is accessed on an HTTPS server, the WebRTC check fails because it always try to open a non-secure websocket. We should replicate the same implementation we have on the flash client, in which we use WS or WSS depending if the page is loaded on HTTP or HTTPS.

fcecagno avatar Nov 03 '16 02:11 fcecagno

My mistake, actually we already use WSS if /check is loaded over HTTPS.

We have a problem of fail 1004 on Echo WebRTC metric, and I thought it was because of WSS, but that's not the case. It occurs over HTTP and HTTPS.

fcecagno avatar Nov 03 '16 02:11 fcecagno