I have a Tomcat application that accepts file uploads via https. I have had no problems with file uploads and https in Tomcat versions 7 and 8. Now that we've ported to Tomcat 9, file uploads larger than approx. 173KB just hang and never complete (in fact, they seem from the Tomcat side to never start; from the user side, it looks like the upload is progressing, but it just hangs and never completes). Small (<173KB) files upload via https fine.
I have adjusted various settings, including disableUPloadTimeout, connectionUploadTimeout, maxFileSize, etc., with nothing helping. The hang always happens with files > 173KB and if I use https protocol. If I revert to http protocol (still on Tomcat 9) everything works as it should (large files upload fine); switching back to https, they fail (hang). Anyone have any thoughts? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org