HTTPS
"joe" <[email protected]>
| Newsgroups | gmane.comp.web.privoxy.user |
|---|---|
| Message-ID | <20181210152149.06E8FD5E0D@localhost> |
With more and more websites going SSL, privoxy is becoming less and less able to do its job. A suggested solution is for privoxy to decrypt the HTTPS incoming, process it and then send it to the client. This may be very hard to do, I don't know. TOR already does something like this so maybe the software you need is in the TOR code. Good luck! HTTP <==> privoxy <==> client HTTPS ==> decrypt ==> privoxy ==> encrypt ==> client HTTPS <== encrypt <== decrypt <== client