[squid-users] Issue when accessing a web page on an Apache Server with authentification.

Amos Jeffries squid3 at treenet.co.nz
Sat Nov 28 00:36:57 UTC 2015


On 28/11/2015 7:32 a.m., Sebastien.Boulianne wrote:
> Hi,
> 
> A user want to access a page at http://ibistro-xxxxx.reseaubiblio.ca/formulaires/commande/admin/index.php.
> This is a web page hosted on an Apache server with a basic authentification (password file created with the command htpasswd).
> 
> If I access this page locally, I enter the login/pass and the access is grant.
> If I access this page from external, I enter the login/pass and the access seem refused and I got the message on my browser but no error in Squid.

Probably because auth for origin servers is end-to-end and not touched
by Squid.

> « Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. »
> 

Error page created by Apache? then the above message.


> My squid config look like :
> ### iBistro XXXXXXX:80
> cache_peer ibistro-xxxxxx.reseaubiblio.ca parent 80 0 no-query originserver name=ibistroxxxxxxx
> acl ibistroxxxxxxxacl dstdomain ibistro-xxxxxxx.reseaubiblio.ca
> http_access allow www80 ibistroxxxxxxxacl
> cache_peer_access ibistroxxxxxxx allow www80 ibistroxxxxxxxacl
> cache_peer_access ibistroxxxxxxx deny all
> 
> How can I fix this issue ?
> 

If you really think it is squid we will need to see your whole
suqid.conf (minus empty lines and comments).

Amos



More information about the squid-users mailing list