11-18-2015, 02:04 PM
Thanks to Joe for helping resolve this problem which was caused by a configuration item in our installation. We have selinux enabled and it denies httpd from making tcp connections to other addresses.
We amended selinux with the following command...
setsebool httpd_can_network_connect=true
...and all is well.
Paul
We amended selinux with the following command...
setsebool httpd_can_network_connect=true
...and all is well.
Paul