Skip to main content

Questions tagged [timeout]

In computing, a timeout is either an error condition or event that occurs when an event exceeds the time frame permitted to it, or the period of time allotted to a given event.

0 votes
2 answers
66 views

SSH connection drops when executing long-running command, but not when idle

I connect to some production Ubuntu systems through a bastion host using SSH-tunnelling. Recently, I have found that when executing long running commands on the production systems (eg. backup and ...
John Rix's user avatar
  • 143
0 votes
0 answers
83 views

nginx in front of AWS ALB intermittently reports "upstream timed out (110: Operation timed out) while connecting to upstream" error

I have an nginx instance sits before an AWS ALB which forwards the HTTP request to the backend target. The flow is basically like this: nginx is doing a proxy_pass, e.g. proxy_pass http://service....
Sunny Chen's user avatar
0 votes
0 answers
51 views

Firewall is blocking incoming responses in Google Cloud Function

My Google Cloud Function is connected with a Static IP Address. It is making API calls to Adobe Reactor API and Jira API. Jira API requires a static IP address. Adobe Reactor API doesn't necessarily ...
Apurva's user avatar
  • 101
0 votes
1 answer
61 views

Grafana timeout/logout after a specific time

In my company we use Grafana for some graphics, we use it in a TV with the Grafana Kiosk mode, the problem is that after a certain time it kicks out of the session, and we have to log in every time. I ...
Joaquim Castanyer Vilalta's user avatar
0 votes
1 answer
161 views

Nginx + Fastcgi - adding a timeout for a specific route

I have a PHP Symfony application behind nginx/php-fpm - I would like to add a fastcgi timeout, but only for a specific endpoint. Here is what I tried. server { listen 80; server_name _; ...
Terry Anders's user avatar
0 votes
0 answers
79 views

Azure silently drops http response after 5 minutes

I have a public test-web server that returns http response after 10 minutes (Pretending to do some work for 10 minutes). Then I have a simple Powershell script that sends a GET message to the web ...
Andreas's user avatar
  • 329
1 vote
0 answers
166 views

How to fix "semaphore timeout period has expired" when copying some specific JavaScript files to a server share on the same network?

I posted this question on StackOverflow a couple of weeks ago at, but there are no comments or answers there (and it is perhaps more relevant here): https://stackoverflow.com/questions/78703413/how-to-...
PhilipD's user avatar
  • 121
1 vote
2 answers
99 views

Linux automatically timeouts incoming connections just after accepting

We have a dedicated server that works fine and accepts incoming connections fine. it receives and sends data fine as well. Works great for some hours, but after that all accepted connections ...
user3840019's user avatar
2 votes
1 answer
514 views

How do the RequestReadTimeout and Timeout directives interact, and why does my apache time out unexpectedly?

I might be mistaken, but Apache 2.4 docs about mod_reqtimeout and the core functionalities do not explain how the RequestReadTimeout and Timeout directives interact with one another: does one take ...
Fabio A.'s user avatar
  • 141
0 votes
0 answers
175 views

Configuring HAProxy for Redis PubSub

I'm trying to configure a HAProxy instance for a Redis cluster. The application that connects to Redis use both short-lived connections for common commands like SET/GET and long-lived connections for ...
Vincent's user avatar
  • 101
0 votes
0 answers
430 views

NGINX Reverse Proxy Server sending RST to upstream and FIN to downstream after 5 Minutes of inactivity

My current nginx setup always kill the TCP connection after 5 minutes of inactivity, i.e no transaction. I have this setup which requires TLS1.2 connection connecting from my internal network [client ...
user23408423's user avatar
0 votes
0 answers
208 views

Files uploaded through nginx reverse proxy fail with timeout

Small (less than 20kb) files upload without issue, anything larger results in the timeout limit being hit and a 504 response. nginx config has a large enough client max body size, timeout values don't ...
user3930869's user avatar
0 votes
0 answers
401 views

SSH keeps timing out when trying to connect to remote server

I am trying to connect to a remote server via ssh. I have done it previously without any problem. However, recently, most of the time when I ping it, it just says "request timed out" - there ...
Coco Zeng's user avatar
2 votes
1 answer
191 views

Why does apachectl stop take a very long time to finish?

I have a freshly installed CentOS 9 with Apache, and found that apachectl stop take very long to finish (as in always 1m30s). I don't really have any clue where to look, I don't see any CPU bound ...
Bart Friederichs's user avatar
-2 votes
1 answer
412 views

Why does curl time out locally?

The site runs on Ubuntu 20.04 / Apache 2.4.41. We receive cUrl error 28 (connection timeout) in local Wordpress and cli. The command works as expected when run from my home pc. From home pc: c:\...
cshuncs's user avatar

15 30 50 per page
1
2 3 4 5
41