0

Is it possibile to configure squid for both transparent and forward-authenticated mode (maybe listening two different tcp ports)?

Tobia
  • 1,272
  • 9
  • 41
  • 81

1 Answers1

0

Of course, just add two port lines like :

http_port 3128
http_port 3130 transparent

And of course, the transparent will not be authenticated, as it is not possible

Dom
  • 6,743
  • 1
  • 20
  • 24
  • But can I use authentication for the forward proxy (3128) and obviously not for the transparent one (3130) or should I use different squid daemons? – Tobia Mar 16 '15 at 15:39
  • I can't answer : I don't know. The documentation is not clear about that. You could maybe test to see. – Dom Mar 17 '15 at 10:17