Host evidence
code$ systemctl is-active nginx firewalld
active
active
$ sudo ss -lntp | grep 8443
LISTEN 0 511 0.0.0.0:8443 users:(("nginx",pid=912,fd=6))
$ curl -sk https://127.0.0.1:8443/health
proxy-ready
$ firewall-cmd --get-active-zones
public
interfaces: ens192
$ firewall-cmd --zone=public --list-ports
$ semanage port -l | grep http_port_t
http_port_t tcp 80, 443, 488, 8008, 8009, 8443, 9000
$ getsebool httpd_can_network_connect
httpd_can_network_connect --> off
$ ausearch -m AVC -ts recent | tail -1
denied { name_connect } comm="nginx" dest=9000 scontext=system_u:system_r:httpd_t:s0 tcontext=system_u:object_r:http_port_t:s0