kubernetes-ingress icon indicating copy to clipboard operation
kubernetes-ingress copied to clipboard

http -> https default redirect not working by default

Open pasztorl opened this issue 10 months ago • 12 comments

I'm using the latest kubernetes-ingress. If a http request arrives at :80 to a valid ingress host it redirects to the ingress host:8443. The 8443 comes from the containerport where the kubernetes-ingress listening. It sould redirect to https://ingresshost without any :port.

At the docs I see that there is a ssl-redirect-port option. It works but i got https://ingresshost:443 if I set this option to 443. There is a config option for the redirect without port (since the default is 443 at the browsers)?

pasztorl avatar Apr 12 '24 11:04 pasztorl