-
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
self hosting -- cert issue #9
Comments
Given you have configured the DNS zone for Have a look at your shell, if the output of I don't know if remotemoe should treat the hostname as an FQDN, but that's where its at, at the moment :) |
Somehow my eyes read "Preview" when in fact the button said "Comment and close issue" ... it wasn't my intention to close the issue :) |
thanks @fasmide for your respone. when i changed hostname to full fqdn it worked on port 80 |
Hi For now, the "mapping" needs to be 1:1 e.i. incoming traffic using SSL on port 443, can only be upstreamed through the ssh tunnel with SSL on port 443. So, if you need to accept HTTPS traffic, you will need to forward port 443, and have an HTTPS server ready to accept the traffic - however - remotemoe does not verify the peer inside the ssh tunnel - so the certificate used can be self-signed and autogenerated |
thanks for the detaild answer @fasmide https://irwdcbzqprzif66tkifrsvhxsxjlisfsg6odga64r3k4xivgrcrq.remote.moe/ |
@fasmide can you suggest any tweaks in go code which i can work to support my previous comment |
@debianmaster I don't think this is an artifact of using remotemoe, It does no kind of rewriting and I am pretty sure when it receives a request to |
Can you help me with a little readme on how to tls certs with this binary?
The text was updated successfully, but these errors were encountered: