Link to home
Start Free TrialLog in
Avatar of dave_stav
dave_stav

asked on

I am looking for an https proxy that can filter the content

I am looking for an htp proxy that can filter the content and can work with SSL (Decrypt, filter content, encrypt) for Linux. By filtering I mean - I only need to run a few regular expressions and replace a few things in the code

I am using Debian Etch

Currently I am using Proxomitron running under wine and it works well, but I am looking something I won't have to depend on wine and on X.

Any suggestions?
Avatar of Kamran Arshad
Kamran Arshad
Flag of Pakistan image

Hi,

Squid supports https:

www.squid-cache.org/
Avatar of dave_stav
dave_stav

ASKER

What I meant to ask was how to filter the pages (using regexp, for example change every "hello" to "hi") and passing that through https. I understand squid has modules for filtering. My question is what module should I use and how to configure that in squid?
SOLUTION
Avatar of Kamran Arshad
Kamran Arshad
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial