On 28/06/2020 20:14, Bhavesh Mistry wrote:
> Hi All,
> 
> 
> I am running embedded *tomcat*-embed-core-9.0.36.jar and large payload
> *179292* and HTTPS 1.1 traffic.  When I use curl command with
> transfer encoding or without, both request JSON payload is truncated, and
> the application can not parse it.  The smaller payload works fine.
> 
> 
> Both small payload and large payload I see the following exception when I
> run tomcat in debug mode. Can this Exception truncate payload silently?  I
> have been struggling to find you why this is behavior.  I would
> appreciate any help you can provide.  Thanks, a lot in advance.
> 
> 
> Thanks,
> Bhavesh

Given:

>> Content-Length: *179292*

and

> *javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated*

and that small PUTs work, I suspect you need to increase maxSavePostSize
on the HTTPS connector.

http://tomcat.apache.org/tomcat-9.0-doc/config/http.html

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to