> hi, > > we have squid 2.6stable-something and there is a problem with big > uploads via https. squid -v will show you the version info. or 'squidclient mgr:info' > files < 30 MB are working. when we try to upload a file > 30 MB we > immediatly get an error message. strange thing is, that IE displays it's > standard error page. at the bottom it says "Server not found", as if IE > tries to connect direct. > > i have switched on logging of mime headers: > > 1194432185.250 11647 123.45.56.78 TCP_MISS/000 242648 CONNECT > secure.some.server.de:443 - ROUNDROBIN_PARENT/proxy-inter4 - > [User-Agent: Mozilla/4.0 (compatible; MSIE 9.0; Windows > xxxxxxxxxxxxxxxxxxxxxxxxx)\r\nHost: > secure.some.server.de\r\nContent-Length: 0\r\nProxy-Connection: > Keep-Alive\r\nPragma: no-cache\r\n] [] > > strange thing: it seems that there is no answer from squid... and IE > then tries to connect direct...? Maybe. With a CONNECT squid cannot (yet) intercept the encrypted transmission. So I don't think its likely to get logged beyond the amount transfered. In this case I think 242648 bytes. Or, the webserver may be sending the error page and not sending special garbage to override the IE (un)friendly 404 page. > > we have set request_body_max_size to 64000 KB, so this should be enough. > could there be an internal 32MB limit? Could be on the web server. I know many dynamic server systems limit between 10 and 32MB by default. Amos