|
From: <oh...@ya...> - 2019-06-27 19:12:45
|
Hi,
I tried changing the <http-listener> in the standalone.xml to:
<https-listener name="httpspub" socket-binding="httpspub" max-post-size="100000000" max-parameters="2048" ssl-context="httpspub"/>
<https-listener name="httpspriv" socket-binding="httpspriv" max-post-size="100000000" max-parameters="2048" ssl-context="httpspriv"/>
and now when I try to import the CRL, I get:
14:53:10,355 ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /ejbca/adminweb/ca/cafunctions.jsp: java.lang.IllegalArgumentException: byte limit exceeded: -58
at org.owasp.csrfguard.MultipartFormData.decrementLimit(MultipartFormData.java:1339)
at org.owasp.csrfguard.MultipartFormData.readData(MultipartFormData.java:1305)
at org.owasp.csrfguard.MultipartFormData.readPart(MultipartFormData.java:1145)
On Thursday, June 27, 2019, 2:25:39 PM EDT, <oh...@ya...> wrote:
Hi,
I am trying to import a somewhat large (> 70MB) CRL into EJBCA, and when I try that it is throwing an exception and outputting the following stacktrace:
14:17:41,407 ERROR [stderr] (default task-1) io.undertow.server.RequestTooBigException: UT000020: Connection terminated as request was larger than 10485760
14:17:41,408 ERROR [stderr] (default task-1) at io.undertow.conduits.FixedLengthStreamSourceConduit.checkMaxSize(FixedLengthStreamSourceConduit.java:168)
14:17:41,408 ERROR
How can I import this CRL into EJBCA?
Thanks,
Jim
|