79290430

Date: 2024-12-18 08:35:53
Score: 3
Natty:
Report link

As it turns out, this was an selinux issue, rather than a PHP issue. The web server was not allowed to make external HTTP requests. Once I enabled that with "setsebool -P httpd_can_network_connect on", I was able to get requests to go through.

Thank you to everyone who tried to help.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: AckItsMe