Actions
Bug #9368
closedACME certificates cannot have more than ~35 SAN entries due to input variable limits
Start date:
03/06/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
All
Description
The way that acme_certificates_edit.php submits data results in a failure to add more SAN entries due to input variable limits. Trying to save a certificate with more than around 35 entries results in the following error:
Warning: Unknown: Input variables exceeded 5000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
Updated by Pi Ba over 5 years ago
Should be fixed with this: https://github.com/pfsense/FreeBSD-ports/pull/626
Or would that possibly cause sideeffects.?. i did not spot them yet, thought did fairly limited testing..
Updated by Jim Pingle over 5 years ago
- Status changed from New to Feedback
- Assignee set to Jim Pingle
- % Done changed from 0 to 100
PR Merged
Actions