Hi
We had set up EDGE UI on Port 443(HTTPS) for the server(Apigee Edge Private Cloud Installation). The server is a Virtual Machine in Azure Cloud which has a private IP(for use within the VPN) as well as a public IP(for internet access).
I am able to access the Edge UI when using the private IP.
Ex:-
If i give https://<privateIP>; in the browser it redirects to EDGE UI login page https://<privateIP>/login.
But if i try to access the EDGE UI through Public IP (internet) i get an error.
Ex:-
https://<publicIP>; or https://<publicIP>/login will give:-
" This page isn’t working <Public IP> redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS"
I cleared the cookies and browser history. I tried debugging the issue and i can see the URL (using Public IP) is giving 303 redirect response to the same page and it goes on an infinite loop.
Is there anywhere i need to update the IP or URL in the configuration file?