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

HTTPS #11

Open
thizYa5R opened this issue Oct 12, 2022 · 3 comments
Open

HTTPS #11

thizYa5R opened this issue Oct 12, 2022 · 3 comments

Comments

@thizYa5R
Copy link

Hi,
I really like this tunneling method since its free and one f the best you could get but I noticed that I cant connect to https services even if the port is running on my pc and its also the remote server is also working?
is it a problem for my side or https only support specific servers or webpages??

@fasmide
Copy link
Owner

fasmide commented Oct 12, 2022

Https should be supported for everyone, but there is a few caveats at the moment, most importantly, the service exposed to remotemoe most also provide ssl/tls, even though this double layer of encryption does not provide anything really

Have a look at #3 , it goes into more detail

@thizYa5R
Copy link
Author

oh ok thank you man , btw please dont drop this project , its one of the best tunnelers ever and keep it free always .I love this service.Thank you for this service man

@SkyperTHC
Copy link

HTTP works fine.
Is HTTPS down at the moment?

ssh-keygen -q -t rsa -N "" -f id_rsa
ssh -i id_rsa -R443:0:8443 -o StrictHostKeyChecking=accept-new nokey@remote.moe
curl -vfL https://ikeq2ad2kitwitm6c7wjekjzbu7g5viidr4syw44vl73o45gr35q.remote.moe/
*   Trying 159.69.126.209:443...
* Connected to ikeq2ad2kitwitm6c7wjekjzbu7g5viidr4syw44vl73o45gr35q.remote.moe (159.69.126.209) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
TIMEOUT

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

3 participants