Request entity is too large over SSL in IIS 7
We had a reported application issue in which the user was receiving a “Request entity is too large” over SSL only. When accessing the same application with the same data over regular HTTP, everything worked fine. Upon further research, we determined that over SSL, the entire request entity body must be preloaded during negotiation. …