-
Notifications
You must be signed in to change notification settings - Fork 362
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
swifty on localhost with HTTP #101
Comments
Hi, The short answer I'm afraid is No. The limitation is actually not enforced by Sshwifty, instead it's a security policy implemented by the web browser (called Secure contexts). Sshwifty require I'm not aware any web browser is allowing web page to access |
Hi, Thank you for your answer. I can advice a solution what was usable for me: sslh Maybe you know it. With my setup (sslh + wifty) I can use the default HTTPS (443) port for some other SSL vhosts, too. Thank you for your program using WEB SSH! |
I presume it would work too, since Sshwifty is basically a webapp, and sslh is designed for SSH and HTTP(S). I'm glad that you resolved it, cheers 🍺 |
I too am using this happily behind an HTTP proxy - a simple Apache2 proxy config that also handles SSL for us, running Wifty in a container behind the scenes. To enable WebSockets in the proxy, use these lines:
|
Hi,
I'd like to put a HTTPS proxy in front of wifty which is running without cert (so using HTTP).
For example lighttpd+mod-proxy and wifty without TLS.
I've read the README about new browsres feature about disabled secrets.
Do you have any posibilities doing wifty without HTTPS for those situations?
TIA,
Ruzsi
The text was updated successfully, but these errors were encountered: