Page loads fine.

Other pages load fine.

SSL handshakes are working until ..

An Ajax post with a base64 encoded image in the data.

I debugged up to the request and it's fine.

I debugged the server and it's not reaching my component.

Tomcat is killing the connection for some reason.

Thought it might be maxSavePostSize .. bumped that up in the SSL connector.

No dice.

Request post is around 300K.

What's going on!?

Tomcat 9 on a raspberry pi 4 (w00t!).

<Connector port="8443" SSLEnabled="true"
        protocol="org.apache.coyote.http11.Http11NioProtocol"
        
sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation"
maxSavePostSize = "2097152">
        <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />
        <SSLHostConfig>
            <Certificate certificateKeystoreFile="cert.pfx"
certificateKeystorePassword="certpass"/>
        </SSLHostConfig>
    </Connector>

Everything is working fantastically save this one item.

Sincerely,

John

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

Reply via email to