antoniomika / sish

HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.
https://ssi.sh
MIT License
4.02k stars 308 forks source link

requestMessages uses HTTP port instead of HTTPS. #253

Closed morimoriysmoon closed 2 years ago

morimoriysmoon commented 2 years ago

When custom port for HTTPS is in use (e.g.> 8443), sish does not reflect it on request messages. I think it is a simple mistake.

image

antoniomika commented 2 years ago

Not a bug! Utilize --https-port-override to set this!

morimoriysmoon commented 2 years ago

Thanks @antoniomika. As you advised, I set the parameter "https-port-override" to 8443. But I can't see the port number on response. I think I missed something. Please advise me. image

antoniomika commented 2 years ago

Hrm, maybe there's a bug in that logic. I'll look into it!

antoniomika commented 2 years ago

There was one typo that prevented this from being correct. Should be all set now, thanks!