We are having a issue where fortify SSC is available in localhost:8080/ssc/ , but not in http://<IP Address>:8080/ssc is not working. can you please guide on how to fix it. I am not able to find the app.properties
Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
We are having a issue where fortify SSC is available in localhost:8080/ssc/ , but not in http://<IP Address>:8080/ssc is not working. can you please guide on how to fix it. I am not able to find the app.properties
This context issue may have more to do with your Tomcat implementation and DNS/network configuration than SSC Server. As a start, recheck your .fortify home folder path details to locate that app.properties. I have seen cases where this folder was not generated if the system RAM was less than the SSC requirements.
Without sharing substantial Tomcat details here, you may need to check with Fortify Support.
Running the service as a Docker container can result in this (docker run .. --network=host .. , preferring IPv4 in the container's java and changing the listeners to use 0.0.0.0 may help).
Another possible mistake is expecting one Linux machine such as WSL2 to have the same network with its co-guest such as Windows in a virtualized host such as Microsoft HyperV. By default, the Windows co-guest does port-forward from its localhost to WSL2. To set up additional port-forwarding from Windows's LAN IP address to WSL2, I could use "netsh interface portproxy". It may be tricky as I could not reuse destination ports for other mappings.