Skip to content

Hiding the waved server behind a reverse proxy #1940

Answered by mturoci
aranvir asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

the simplest (and the most secure) thing to do is to close all the ports on your server and allow only 80 (HTTP) and 443 (HTTPS).

if this is something that could be solved on waved side (e.g., adding a cli argument like -local)

By default, wave server listens on 0.0.0.0 which means listen on all available addresses. Adding a new host conf option should be super simple so that you could replace it with localhost, but my first suggestion is definitely more secure.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@aranvir
Comment options

Answer selected by aranvir
Comment options

You must be logged in to vote
3 replies
@mturoci
Comment options

@mturoci
Comment options

@aranvir
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants