You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/11/16 00:51:08 UTC

[GitHub] [trafficserver] SolidWallOfCode commented on issue #7055: [8.0.8] 400 Bad Request when pushing object into cache

SolidWallOfCode commented on issue #7055:
URL: https://github.com/apache/trafficserver/issues/7055#issuecomment-969550453


   I suspect the problem is that `curl` does proxying for HTTP and HTTPS different. In the first case `curl` does a TLS connect and sends the `PUSH`. If the `-x` or `--proxy` option is used with an HTTPS proxy then `curl` will send a `CONNECT` to the proxy and then send a `PUSH` to the upstream. Presuming "example.com" isn't ATS, then neither `curl` actually connects to ATS.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org