antoniomika/sish

requestMessages uses HTTP port instead of HTTPS.

morimoriysmoon opened this issue · 4 comments

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

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

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

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

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