Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Host not found error when try to connect with https #343

Open
kishore-criterion opened this issue Sep 27, 2023 · 1 comment
Open

Comments

@kishore-criterion
Copy link

kishore-criterion commented Sep 27, 2023

What's the reverse proxy for Socket.io my post request is failing because the /ssh/socket.io is not found in the reverse proxy I've tried the below proxy rules but it doesn't seems to be working.
ProxyPass /ssh/socket.io http://webssh2:2222

@DrRago
Copy link

DrRago commented Apr 30, 2024

got this reverse proxy config to work, note the "/ssh" in the proxies backend configuration part as well, this is necessary due to static paths for assets.

ProxyPass /ssh/ http://127.0.0.1:PORT/ssh/
ProxyPassReverse /ssh/ http://127.0.0.1:PORT/ssh/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants