Semro / syncwatch

Browser extension to watch videos together
MIT License
135 stars 19 forks source link

Support HTTPS only mode in Firefox #49

Closed Faizan-Haque closed 7 months ago

Faizan-Haque commented 7 months ago

The extension does not currently work with Firefox's HTTPS only mode. Debugger shows the following:

HTTPS-Only Mode: Upgrading insecure request “http://server.syncwatch.space/socket.io/?EIO=4&transport=polling&t=OrF4ng9” to use “https”. HTTPS-Only Mode: Upgrading insecure request “https://server.syncwatch.space/socket.io/?EIO=4&transport=polling&t=OrF4ng9” failed. (M21-C8181)

I would highly appreciate if this could be fixed as adding http://server.syncwatch.space/ into the exception list for some reason does not allow it to work, however turning off the feature allows syncwatch to work. Thank you!

Semro commented 7 months ago

Should be fixed.

SSL certificate was expired, therefore secure connection didn't work. I've automated SSL certificate renewal.