On 1/24/19 8:38 AM, Russel McDonald wrote:
> Hi, I now have Squid running on Windows with ECAP passing both HTTP and
> HTTPS stream decrypted to my adapter. But I'm only seeing the download
> stream. How do I configure Squid to see the upload stream?

To see requests, you need a REQMOD eCAP service (reqmod_precache). A
REQMOD service is similar to a RESPMOD service you apparently have
working, but it is used for HTTP requests instead of HTTP responses. The
same set of squid.conf directives is used for both REQMOD and RESPMOD
vectoring points. The service itself will need to be written to handle
HTTP request messages instead of HTTP response messages, but the
protocol-level differences are minor.

Alex.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to