Normal
It was an firewall issue. This is the information I got from my firewall specialist: http-status 417 indicates a HTTP/1.1 request-header (Expect: 100-continue) when doing a POST, which is not supported by Squid-proxy. You can configure squid to ignore this request-header, the client will fallback without even noticing it. Just add this line to your squid.conf: ignore_expect_100 onSo the problem is solved now - thank you for your support!
It was an firewall issue. This is the information I got from my firewall specialist:
http-status 417 indicates a HTTP/1.1 request-header (Expect: 100-continue) when doing a POST, which is not supported by Squid-proxy.
You can configure squid to ignore this request-header, the client will fallback without even noticing it.
Just add this line to your squid.conf:
ignore_expect_100 on
So the problem is solved now - thank you for your support!