A cleaner solution would be to introduce proxy settings into the user's browsers (assuming Windows you can do this with a group policy) and its fairly trivial to set up NTLM authentication with squid so that you don't have to prompt the users for authentication credentials. The same can be done with other authentication mechanisms like Radius or LDAP. It's a little more work initially but gives you a lot more control over content filtering.
Bill Marquette wrote:
On 4/7/06, David Strout <[EMAIL PROTECTED]> wrote:
Thanks for the reply.

Yes, I am trying to redirect all http(s) traffic
(while not interrupting any other traffic) to the
proxy server on the OPT2 network to either
transparently proxy or possibly authenticate users
for http(s) access.  I would like it to be
transparent so the users will get content
screening and not have to actually login, but that
is optional at this point, and out-of-scope for
this question.

Port forward is likely what you want, give it a try.  However...HTTPS
is _not_ going to work (kind of defeats the purpose of using
public/private key technology to keep data secure if you can
man-in-the-middle it w/out the user knowing :))

--Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to