Open vegtelenmt2 opened 2 years ago
bump
Any update on this? Here is a similar topic with some solutions steps: https://github.com/Didstopia/rust-server/issues/101 Maybe it's worth adding them to the official solution with some additional checkbox whether the connection should be established via WSS or WS?
Just change the url to https https://facepunch.github.io/webrcon/#/home but also note that RCON itself is not secured in Rust. You need to put a secured proxy in front of it (wss vs ws). So unless you know your Rust server has a secure proxy and you set it up then you're still going to be connecting over ws.
please update for working https (SSL)