Facepunch / webrcon

Game server rcon, using websockets
MIT License
126 stars 57 forks source link

[REG]Update for SSL (https) #35

Open vegtelenmt2 opened 2 years ago

vegtelenmt2 commented 2 years ago

please update for working https (SSL)

mouse1121 commented 11 months ago

bump

kondisz commented 10 months ago

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?

samrocketman commented 3 weeks ago

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.