Request entity is too large
Hi,
I use the below code to allow users to upload file(s) from the browser to our File Server.
<cffile action="UPLOAD"
filefield="#ThisFile#"
destination="#NewDir#"
nameconflict="Overwrite" <!--- nameConflict="Error" ---> >
Every now and then, it will give users an error.
"The page was not displayed because the request entity is too large."
Today, a coworker was having this issue from his laptop from another location.
So, I uploaded the file for him, using the same Cold Fusion interface.
Of the 10 attempts, 2 attempts yielded the SAME errors and the other attempts went through without problems.
When the error occurred, I could not find anything in the application.log.
I have connection speed above 100MB/s both upload and download.
The file in concern was only 100k in size.
I could only find the below thread on this topic.
In it, it seems that said that the error could occur when SSL certificate negotiation failed.
The ColdFusion application is under our Intranet, powered by Coldfusion.
A few months ago, we updated our SSL Certificate update where instead of a site specific SSL certificate, we are using a wildcard certificate for all sites in our domain. After that, whenever someone logs into our network for the first time (or after clearing cache), users will get the below. User will need to click "Cancel" and then it will work.

So, could this the above caused the Request entity is too large issue?
More importantly, how could I further troubleshoot/resolve "Request entity is too large" when user uploads files?
Thanks.
Dan Chan
