Rishabh-malhotraa / caucus

Realtime Collaborate Editor with Embedded Compiler
https://caucus.rishabhmalhotra.in/
MIT License
296 stars 69 forks source link

Cant join a room with https #1

Closed Jannik-Baar closed 3 years ago

Jannik-Baar commented 3 years ago

If I try to join a room with https for example: https://caucus-app.herokuapp.com/room/public-room3 it show a white page

Rishabh-malhotraa commented 3 years ago

Thanks for pointing that out, its because my docker container does not have an SSL certificate, and you cannot receive data from an HTTP endpoint when requested from HTTPS, I think this could be solved with Nginx and reverse proxy, I look into fixing it soon after learning a bit about docket and Nginx.