2013-10-16 14:50:08 -07:00
|
|
|
##warcprox - WARC writing MITM HTTP/S proxy
|
2013-10-15 10:56:51 -07:00
|
|
|
|
2013-10-16 12:31:14 -07:00
|
|
|
Based on the excellent and simple pymiproxy by Nadeem Douba.
|
|
|
|
https://github.com/allfro/pymiproxy
|
2012-07-18 11:13:50 -07:00
|
|
|
|
2013-10-16 12:31:14 -07:00
|
|
|
License: because pymiproxy is GPL and warcprox is a derivative work of
|
|
|
|
pymiproxy, warcprox is also GPL.
|
2013-10-16 14:50:08 -07:00
|
|
|
|
|
|
|
###Trusting the CA cert
|
|
|
|
|
|
|
|
For best results while browsing through warcprox, you need to add the CA cert
|
|
|
|
as a trusted cert in your browser. If you don't do that, you will get the
|
|
|
|
warning when you visit each new site. But worse, any embedded https content on
|
|
|
|
a different server will simply fail to load, because the browser will reject
|
|
|
|
the certificate without telling you.
|
2013-10-17 13:03:16 -07:00
|
|
|
|
|
|
|
###Dependencies
|
|
|
|
|
|
|
|
Currently depends on tweaks branch of my fork of warctools.
|
|
|
|
https://github.com/nlevitt/warctools/tree/tweaks
|
|
|
|
Hopefully the changes in that branch, or something equivalent, will be
|
|
|
|
incorporated into warctools mainline.
|