Server hangs

At times the server hangs tightly on requests curl / file_get_contents and in any way can not receive the data. No mistakes are returned, just a false. Most often occurs in the evening and lasts no more than half an hour. Both servers to which the request is sent at this time are available and respond very quickly (tested from the local machine with the same request code)

up?

Every time the error is the same “Failed to connect to hiddenurl.com port 80: Connection timed ou” :confused:

I need more info to determine what the issue is, can you please use the support request template? https://forum.infinityfree.com/discussion/1866/support-request-template-use-this-when-asking-for-support

Also, in your message you’re hiding the request URL. But the request URL may well be the most important detail of your request. We block some servers and some servers block us, so knowing what URL you’re calling is very important.

@Admin said:
I need more info to determine what the issue is, can you please use the support request template? https://forum.infinityfree.com/discussion/1866/support-request-template-use-this-when-asking-for-support

Also, in your message you’re hiding the request URL. But the request URL may well be the most important detail of your request. We block some servers and some servers block us, so knowing what URL you’re calling is very important.

###Summary
When trying to call functions: file_get_contents(), curl(), copy() page loads for a while and then a message appears about the failure. This does not always happen.
Sometimes there is a message stating that the server resources are exhausted, but in the control panel of the hosting all the graphics show that it is not so.
This is definitely not a problem in the code, since it happens even if you run the script

 echo file_get_contents('https://google.com'); ?>

Account (URL)

https://onimint.com/test.php (I use for example because the result is the same)

Steps to reproduce

It is not known how to reproduce this error, for the reason that it appears spontaneously and also disappears

What is the current issue behavior?

It is impossible to connect to an external resource (not a social network, as previously I was told that for free accounts social networking api are blocked)

What is the expected correct behavior?

In this script it is expected to get the html code of the main page of google.com

Relevant code, logs and/or screenshots

Part of the log

 "date": "01 September 2017 19:37:41",
 "text": "Failed to connect to google.com port 443: Connection timed out"
}```

### Attempted solutions
I could not do anything because the cause of the problem is not known

I have checked the script at https://onimint.com/test.php but it seems to be working fine from here. Do you still experience this problem?

@Admin said:
I have checked the script at https://onimint.com/test.php but it seems to be working fine from here. Do you still experience this problem?

  "date":"05 September 2017 19:36:32",
  "text":"Failed to connect to google.com port 443: Connection timed out"
}```

>appears spontaneously and also disappears