- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-09-2024 07:27 AM
Hello. We tried in many ways but web server wont start. I see the server working and doing outbound connection, but it's not listening on 443.
There is nothing strange in the log as I can see.
I don't know what I can look at to fix that.
Thanks
07-09-2024 07:19 PM
Hi @SPisani, this request should go to support since they would need to review log information before suggesting a possible solution.
If you can see that the demisto service is running and you can find a "server up and running, good luck to us all" message inside the server.log file it means that everything from the application side is good. I would look for a network issue.
You need to disable the firewall to be able to access the UI. Run the below commands
systemctl disable firewalld
systemctl stop firewalld
07-09-2024 11:43 PM - edited 07-09-2024 11:45 PM
Hi @jfernandes1. It's very strange. The server process start without any error in server.log. Using netstat I can see that it is connecting to the other system but server process is not listening on 443. Here we tried a different port. Nothing.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!