Re: [squid-users] Squid 4.6 Transparent HTTP & HTTPS Proxy

2019-04-13 Thread Amos Jeffries
On 14/04/19 1:40 am, tester100 wrote: > Hiya > > i am trying to compile squid 4.6 also with the same configure as shown here > but its giving me error on the enable-ssl option.. > > > I have managed to compile it without the --enable-ssl function, but then > again > See my response to your ea

Re: [squid-users] Squid 4.6 Transparent HTTP & HTTPS Proxy

2019-04-13 Thread tester100
Hiya i am trying to compile squid 4.6 also with the same configure as shown here but its giving me error on the enable-ssl option.. I have managed to compile it without the --enable-ssl function, but then again in the ssl_crtd files there is no files generated therefore it shows the following

Re: [squid-users] Squid 4.6 Transparent HTTP & HTTPS Proxy

2019-03-07 Thread dkanejs
>if you intercept/redirect http to port 3128, it must be configured as "intercept" too. Spot on cheers! -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list squid-users@lists.squid-ca

Re: [squid-users] Squid 4.6 Transparent HTTP & HTTPS Proxy

2019-03-07 Thread Matus UHLAR - fantomas
[B Thanks for your analysis Amos. As you can tell I'm still figuring this stuff out. HTTPS is working now but HTTP is not, not sure what I'm doing wrong. I tried my best to understand your comments and now have the following config: http_port 3128 https_port 3129 intercept ssl-bump cert=/et

Re: [squid-users] Squid 4.6 Transparent HTTP & HTTPS Proxy

2019-03-07 Thread dkanejs
Thanks for your analysis Amos. As you can tell I'm still figuring this stuff out. HTTPS is working now but HTTP is not, not sure what I'm doing wrong. I tried my best to understand your comments and now have the following config: squid.conf visible_hostname squid acl localnet src 10.0.0.0/8

Re: [squid-users] Squid 4.6 Transparent HTTP & HTTPS Proxy

2019-03-07 Thread Amos Jeffries
On 8/03/19 1:35 am, dkanejs wrote: > Thanks for the reply and apologies my post didn't include the HTML fragments: > > Configuration: > > ./configure \ > --enable-ssl \ > --enable-ssl-crtd \ > --with-openssl \ > --disable-arch-native \ > --prefix=/usr \ > --localstatedir=/

Re: [squid-users] Squid 4.6 Transparent HTTP & HTTPS Proxy

2019-03-07 Thread dkanejs
Thanks for the reply and apologies my post didn't include the HTML fragments: Configuration: ./configure \ --enable-ssl \ --enable-ssl-crtd \ --with-openssl \ --disable-arch-native \ --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc/squid \ --libexecdir=/usr

Re: [squid-users] Squid 4.6 Transparent HTTP & HTTPS Proxy

2019-03-07 Thread Antony Stone
On Thursday 07 March 2019 at 13:17:18, dkanejs wrote: > I'm trying to create a transparent (requires no client configuration) Squid > proxy for HTTP and HTTPS. > > In short, I want to whitelist specific domains on both HTTP and HTTPS. > Details > > - Building / Running in AWS > - Ubuntu 18.04 >

[squid-users] Squid 4.6 Transparent HTTP & HTTPS Proxy

2019-03-07 Thread dkanejs
Foreword I'm by no means an expert so please bear with me... I have seen many questions about this but they are all for Squid 3 and none of the configurations work for Squid 4. I have also tried using (with adjustment for Squid 4) answers from questions on here and serverfault, etc but without s