DisableSet SElinux or set it to permissive.:
setenforce 0
This will disable it temporarily. Test again after disabling it, and see if this solves the issue.
To disable it permanently (Source), in the /etc/selinux/config file, set:
SELINUX=disabled
and reboot the system.