snikket-im / snikket-web-proxy

Apache License 2.0
6 stars 8 forks source link

Fix redirect when using a tweaked https port #12

Closed Zash closed 2 years ago

Zash commented 2 years ago

Given settings like

SNIKKET_TWEAK_HTTP_PORT: 8080
SNIKKET_TWEAK_HTTPS_PORT: 8443

I got redirected from http://localhost:8080 to https://localhost instead of https://localhost:8443 as would be expected