websphere application server behind ingress redirects to dns:port
问题 I am trying to run websphere behind ingress. I have successfully configured the ingress for it and I am able to access the console. The ip on which I am able to access the console is https://mydomain/ibm/console/logon.jsp Note: I have a domain , for which I created a A record. When I login into the console , I am redirected to https://mydomain:9043/ibm/console/ This page does not exist. If I explicitly run the URL https://dns/ibm/console/login.do?action=secure . My application works fine. Can