cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1180
Views
2
Helpful
2
Replies

ISE GUI Not working

Adam99_Security
Level 1
Level 1

I installed fresh ISE vm OVA image version 3.1 and 3.2 and did the initial configuration. ISE service is running, but the port 443 is missing from all server. I did "show ports | include :443" and nothing.

How I can enable the https ? Please can you advise 

 

1 Accepted Solution

Accepted Solutions

Marvin Rhoads
Hall of Fame
Hall of Fame

Assuming the application server is running (show app status ise), you may be hitting this bug:

https://bst.cisco.com/bugsearch/bug/CSCwa08018

Enable ipv6 in the cli config to fix it.

The root cause is that some internal docker containers use ipv6 and it being disabled globally prevents the necessary inter-process communications needed to bind the web server to tcp/443.

View solution in original post

2 Replies 2

Marvin Rhoads
Hall of Fame
Hall of Fame

Assuming the application server is running (show app status ise), you may be hitting this bug:

https://bst.cisco.com/bugsearch/bug/CSCwa08018

Enable ipv6 in the cli config to fix it.

The root cause is that some internal docker containers use ipv6 and it being disabled globally prevents the necessary inter-process communications needed to bind the web server to tcp/443.

Adam99_Security
Level 1
Level 1

Thank you!