yes that is true, so with https sites using CONNECT this will not work, but with an sslbump implementation in squid , which http headers can you manipulate and then forward? -----Original Message----- From: Will Roberts <ironwill42@xxxxxxxxx> To: squid-users@xxxxxxxxxxxxxxx Subject: Re: HTTP_X_FORWARDED_FOR for https request Date: Fri, 22 Nov 2013 09:14:52 -0500 Unless you do SSL bumping, Squid will not touch the contents of HTTPS connections. --Will On 11/22/2013 09:12 AM, Madhav V Diwan wrote: > Add this directive to your squid.conf file > > forwarded_for on > > The documentation for the directive is here: > http://www.squid-cache.org/Doc/config/forwarded_for/ > > > > -----Original Message----- > From: Nil Nik <nil_fergi@xxxxxxxxxxx> > To: squid-users@xxxxxxxxxxxxxxx <squid-users@xxxxxxxxxxxxxxx> > Subject: HTTP_X_FORWARDED_FOR for https request > Date: Fri, 22 Nov 2013 14:04:02 +0000 > > I have setup squid (3.3.9) and Apache(https enabled) on same system. > when I access https site on Apache through squid proxy then HTTP_X_FORWARDED_FOR is not found. > I want to get client IP on Apache. Please help me. >