kiwiirc / kiwibnc

Apache License 2.0
43 stars 14 forks source link

Exposing the websocket via TLS #49

Closed kalikiana closed 4 years ago

kalikiana commented 4 years ago

I setup KiwiBNC and naturally put it behind an nginx reverse proxy with a Let's Encrypt certificate. Unfortunately login is impossible in Chrome because the websocket would still go through ws:// rather than wss://.

slawus commented 4 years ago

Same issue for me, it would be great if WebGUI could simply detect either its running over https or https and use wss / ws accordingly.

prawnsalad commented 4 years ago

@kalikiana @slawus, could you both:

  1. Update your kiwibnc
  2. Delete your kiwibnc webroot folder (assuming you havent changed anything in there)
  3. Restart your kiwibnc

It will re-download the latest kiwiirc client version which now auto detects http/https

prawnsalad commented 4 years ago

This has been fixed in master. Updating your local kiwiirc client will get it working as expected.