You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we may see errors on the client side like:
<html><head>
<title>413 Request Entity Too Large</title>
</head><body>
<h1>Request Entity Too Large</h1>
The requested resource does not allow request data with POST requests, or the amount of data provided in
the request exceeds the capacity limit.
<hr>
<address>Apache/2.4.52 (Ubuntu) Server at smithsonian.dataone.org Port 443</address>
</body></html>
Also in the apache error log:
[ssl:error] [pid 1577432:tid 140187447318080] [client 128.111.85.174:54024] AH02018: request body exceeds maximum size (131072) for SSL buffer
Those errors need to increase the property in the apache configuration file:
@taojing2002 The other thing I had to do in order to get the Smithsonian Metacat to accept files larger than 10000000 bytes was uncomment SSLOptions +OptRenegotiate.
Sometimes we may see errors on the client side like:
Also in the apache error log:
Those errors need to increase the property in the apache configuration file:
Currently we don't have this section on documentation. We need to add it.
The text was updated successfully, but these errors were encountered: