Hi, On Thu, Feb 15, Irfan Sayed wrote: > 3: [root@ip-172-31-25-224 haproxy]# sestatus > SELinux status: enabled > SELinuxfs mount: /sys/fs/selinux > SELinux root directory: /etc/selinux > Loaded policy name: targeted > Current mode: enforcing > Mode from config file: enforcing > Policy MLS status: enabled > Policy deny_unknown status: allowed > Max kernel policy version: 28
What does: getsebool haproxy_connect_any show ? (If it shows haproxy_connect_any --> off and grep denied /var/log/audit/audit.log shows denied connectons from haproxy try setsebool -P haproxy_connect_any=On and restart haproxy). -Jarno -- Jarno Huuskonen

