TCP_MISS_ABORTED/100 errors when uploading large files via squid proxy running on Red Hat Enterprise Linux 9
Issue
-
Unable to upload files larger than 2M with
squid. The procdure was working well with the same configuration in Red Hat Enterprise Linux 8. However, it started failing after migration to Red Hat Enterprise Linux 9.#curl -x localhost:3128 -X POST -F upfile=@/etc/squid/test2M http://10.0.0.2/upload.php -v Note: Unnecessary use of -X or --request, POST is already inferred. Trying ::1:3128... Connected to localhost (::1) port 3128 (#0) > POST http://10.0.0.2/upload.php HTTP/1.1 > Host: 10.0.0.2 > User-Agent: curl/7.76.1 > Accept: / > Proxy-Connection: Keep-Alive > Content-Length: 4194504 > Content-Type: multipart/form-data; boundary=------------------------777df0b0ec09b890 > Expect: 100-continue > Mark bundle as not supporting multiuse < HTTP/1.1 100 Continue < Connection: keep-alive We are completely uploaded and fine Empty reply from server Closing connection 0 curl: (52) Empty reply from server ...snip... -
We are hitting an issue uploading larger files with
squidafter migrating to Red Hat Enterprise Linux 9
Environment
- Red Hat Enterprise Linux (RHEL) 9
squid
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.