07-10-2018 02:44 PM
Hello team.
Looking for some insight regarding the port range available for the ISE Guest portal.
Today, using the portal setting UI in ISE the available port domain is 8000-8999.
Or, asked a differently.
Considering that for portal configuration illustrated below, the interface (Gigabit Ethernet 2) is exclusively reserved for Guest Portal / CWA workflow. Nothing else would be expected on that socket (IP:PORT combination).
I have a situation where a client-side policy is configured on end-user devices which prevents access to port 8443.
Any guidance or insight that could be shared with the customer would be greatly appreciated.
Regan
Solved! Go to Solution.
07-11-2018 07:52 AM
Specific implementation logic/decisions can't be discussed in a public community thread. Please contact your Cisco support team to get the specifics. Those can only be shared on an NDA with the customer.
- Krish
11-05-2019 08:04 AM - edited 11-05-2019 08:20 AM
I recommend providing http://cs.co/ise-feedback if there is a way we can do something better in the future. This goes directly to our Product managers.
You can change the portal you're using under portal settings
07-11-2018 07:52 AM
Specific implementation logic/decisions can't be discussed in a public community thread. Please contact your Cisco support team to get the specifics. Those can only be shared on an NDA with the customer.
- Krish
11-05-2019 07:41 AM
This is funny actually... To discuss why ISE Guest portal runs on port 8443 instead 443 we need to sign NDA :) ...
Guess I will do reverse proxy here... we need to use "duck tape" workarounds for "duck tape" designs.
11-05-2019 08:04 AM - edited 11-05-2019 08:20 AM
I recommend providing http://cs.co/ise-feedback if there is a way we can do something better in the future. This goes directly to our Product managers.
You can change the portal you're using under portal settings
11-05-2019 08:20 AM
Thanks @Jason Kunst , will do!
@rdediana I have configured nginx proxy and I do redirect from here to custom ise port (8443):
server {
server_name ise-reverse-proxy-on-nginx.company-name.com;
return 308 https://ise.company-name.com:8443/portal/g?p=abcdefgh;
}
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide