Introduction

From: Chitresh Kakwani <chitreshkakwani_at_gmail.com>
Date: Thu, 24 Jun 2010 01:24:42 +0530

Hi,

I'm Chitresh Kakwani from India. I'm a student pursuing masters in
computer science. I came across the following issue in squid :

I tried to configure squid proxy on my machine to use another squid
proxy(installed on another machine) as the parent proxy. The parent
proxy requires HTTP Digest authentication. My objective is to set up a
local proxy which deals with the parent proxy's authentication and
provides authentication free access to programs on my machine. But the
local proxy sends HTTP Basic authentication header in HTTP requests if
the following configuration directive is used :

cache_peer 192.168.10.1 parent 8080 0 no-query login=username:password

So the parent proxy returns an error TCP_MISS/407: Authentication
Required.

I would like to implement support for HTTP Digest authentication in
squid when it works in peer mode.

Regards,
Chitresh Kakwani
Received on Thu Jun 24 2010 - 06:52:22 MDT

This archive was generated by hypermail 2.2.0 : Thu Jun 24 2010 - 12:00:07 MDT