I have two ingress in k8s one is default using helm chart and other called ext-ingress with different ingress class name. External ingress have IP .75 et ethe end and default nginx have .74. If I change the Keycloak ingress class to internal or external Keycloak itself work with no issue. But when I use default ingress the application which depend upon Keycloak redirect to Keycloak but after adding the username and password it keep scrolling and at the end return
# Hmmm… can't reach this page
It looks like int-portal-uat.com closed the connection.
Try:
- Checking the connection
- Checking the proxy and the firewall
ERR_CONNECTION_CLOSED
When I look into web console I see blinking error 401. I am not able to find the reason and issue in here. I am not able to identify the cause. I need help to debug this issue. Any help will be great and thank you in advance. The best part is with same configuration of Keycloak TLS when I simply use external ingress class Keycloak and application works fine.