-
Notifications
You must be signed in to change notification settings - Fork 31
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
feature missing: #3
Comments
Hi @Zibri Thanks for your interest! I completely agree that remotemoe should be able to rewrite HTTPS to HTTP (At least, that's the feature I think you are asking for). It is annoying to provide real or self-signed certificates to it - and it doesn't even make sense to use HTTPS inside the ssh tunnel... This is definitely on the list - let's leave this issue open and I will have some more incentive to make it happen :) btw - I had a go at implementing something like this in the |
So one of the reasons this hasn't happened yet is my first two attempts to fix this ended up way too complex, and very user-unfriendly, kind of like Nginx rewrites (which you may argue are simple, but primarily for people used to work with webservers - my goal is to make it easier, and also less prone to user errors) At the moment, I'm thinking of 3 solutions: Implement rewriting Simple TLS-terminate-flag
It shouldn't be too error-prone, less powerful but will properly account for everyone's needs Drop HTTP support entirely
It's 2021 right? - there's no place for HTTP anymore |
Is the HTTPS tunneling working?
I can open the router's admin panel https://192.168.1.1/ but can't do same with the domain. I hope that the feature work similarly to the locahost.run:
|
On localhost.run (a similar service) if I do ssh -R 80:localhost:LOCALPORT, I can reach the same port on https://xxxxx.localhost.run
It would be nice to have this feature since a lot of local services running on localhost use http and not https.
The text was updated successfully, but these errors were encountered: