The monitor message “Time out during TCP connection establishment stage” means that the web server either was not listening or was unreachable. This indicates a network problem.
In the packet capture syn request was being sent but no response and hence times out.
It was a firewall misconfiguration where a rule was causing the issue. After the rule was modified to allow tcp connections, it worked and service came up.