file_get_contents Failed to open stream: Connection refused

feerdispzoo

Verified User
Joined
Jan 17, 2022
Messages
189
After migration server very often I get issue:
file_get_contents Failed to open stream: Connection refused (after retry some times work or sometimes not work).

On old server I not found simillar issue. I research information, and some guys write to change to curl, but the problem I get simillar error also with curl

cURL error 7: Failed connect to ./.......:443; Connection refused (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for ....../api/offers?max=100&offset=1701

Does anyone have any ideas on what might be blocking these requests? (99% of the time it's a blockade on the server side, not the application side).
 
Back
Top