Bug #6757
closednginx 504 Gateway Time-out when acces to system_certmanager.php
0%
Description
Sorry for my english ...
It's now impossible for us to acces our certificat listing. php-fpm use 100% of 1CPU and nginx timeout before php-fpm reply
We got 794 certificat use on openvpn
The first forum thread i make is here (but in french) : https://forum.pfsense.org/index.php?topic=117355.0
I try fpsense 2.3.1_1 to 2.3.2 we got the same error.
Akiyama
Updated by Jim Pingle over 9 years ago
- Status changed from New to Not a Bug
Using the firewall for that many certificates is an atypical use case for which it was not designed. From reading the thread it sounds like the device isn't handling the request fast enough, but the only way to fix that would be by increasing the script timeout/nginx timeout. The script timeout was set to its current value to keep certain processes from breaking things by running too long (or indefinitely) via PHP, so increasing the timeouts in the code is not likely to happen as it would negatively impact a wider portion of the user base.
If someone wants to create a separate feature request/PR to offer a GUI knob to adjust the timeouts, that is a more general solution that could help this case.