ソリューションが必要です
We were trying to fix this vulnerability:
...and we followed these instructions....
Restricting web console access to localhost
1. Open [SEPM Installation directory]\tomcat\conf\server.xml in a text editor.
2. Find a ‘Connector’ entry that contains this entry: port=”8443”
3. Edit this line by adding this parameter: address=”127.0.0.1”
4. Restart SEPM service.
...and it locked us out of getting to the console directly from the machine itself. After RDPing to the server, we couldn't launch the console locally. We had to back the change out.
Do you have any ideas of what went wrong?