On 6/06/19 4:27 am, papaJustify wrote: > Hi all. I try to find how to use squid a a middle proxy between non domain > computers (Pc, raspberrys etc ..) and a domain proxy. > > The way I want to setup is : > > Raspberry --> Squid --> Corporate proxy --> Internet > > the corporate proxy accepts NT Users with their domain (eg : user = > EMEA\USER1, pass = myPass) > > I would like to setup the raspberry to use squid as a proxy and squid to > auth as the NT user to my corporate proxy. > I have a dedicated domain user to use for this. > can someone help please ? Squid does not support authenticating against an HTTP server/peer with NTLM (which was deprecated in 2006). Squid does support Negotiate/Kerberos auth with peers. See the cache_peer "login=NEGOTIATE" option. <http://www.squid-cache.org/Doc/config/cache_peer/> Amos _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users