cURL error 7 port 443 Operation timed out

This is the error I am getting when I try to get data from another site:

The error is: Unable to get Data for Test because cURL error 7: Failed to connect to othersire.com port 443: Operation timed out (see libcurl - Error Codes).

I found

and more

Completed some of the items they listed but still not working correctly.

Anything I am missing that would cause this problem? I ran it Docker Compose, site works just cannot get any data from other sites. Ports open!

Our Docker containers come with PHP correctly setup for SSL. You don’t need to do anything in that regard.

The error you’re getting is a timeout and not an issue with SSL verification. Something between the container and the sever you’re trying to access is blocking that traffic. You’ll need to step through and find out what to resolve this.

1 Like

Thank you! I also thought about that so now I am making a request for a firewall rule change. right now I think xibo can send info to planesite but plansite cannot send data to xibo.