You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running logstation behind an TLS proxy isnt possible, because the websocket is not encrypted.
Browsers do not allow usage of non-encrypted websocket over HTTPS-loaded pages.
Changing the ws:// to wss:// worked for me. But would be nice if this was automatic or configurable.
Running logstation behind an TLS proxy isnt possible, because the websocket is not encrypted.
Browsers do not allow usage of non-encrypted websocket over HTTPS-loaded pages.
Changing the
ws://
towss://
worked for me. But would be nice if this was automatic or configurable.logstation/web/src/App.jsx
Line 5 in 2fe119c
The text was updated successfully, but these errors were encountered: