-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
Is there an existing issue for this?
- I have searched the existing issues
Version
10.0.10
Bug description
When performing a large export (csv, pdf, slk) I get timeouts from cloudflare (probably happens the same with similar products).
The problem is similar to apache/php timeouts (max_execution_time + memory_limit) but with an external proxy, so I can't configure or modify anything.
If I circumvent cloudflare and I access the server directly (internal IP) I get the export without any problem.
Relevant log output
Page URL
This URL is using a tunnel to the web server.
Steps To reproduce
No response
Your GLPI setup information
No response
Anything else?
I can see some similar problems but always related to self hosted proxies, not external (unmanaged) ones.
My proposal is to implement a waiting page with http status code 102 so the client knows something is taking some time to process: https://http.dev/102
With this addition there'll be no need to increase max_execution_time. This is used in other projects that generate reports.