You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling to solve an issue with GKE + Ingress + Nginx redirect http to https, I've tried different ways without luck.
I have a few Java Spring Boot Apps running in https but when I tried to call the url through Ingress get Bad Request - This combination of host and port requires TLS.
@rodrigorodrigues Closing as per comment by @bowei. Please file an issue with the ingress-nginx folks.
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Hi everyone,
I'm struggling to solve an issue with
GKE + Ingress + Nginx redirect http to https
, I've tried different ways without luck.I have a few
Java Spring Boot Apps
running inhttps
but when I tried to call the url through Ingress getBad Request - This combination of host and port requires TLS.
https://eureka.spendingbetter.com
Follow configuration for Ingress
I believe the issue is in
nginx.ingress.kubernetes.io/configuration-snippet
the second condition is not being executed right.Log from
ingress-controller
If anyone has a clue how to solve that I would really appreciate, sorry I'm very new with
Kubernetes + GKE
I might doing something wrong.Thanks
The text was updated successfully, but these errors were encountered: