mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
explain about CA trust in readme
This commit is contained in:
parent
096cb0a2b6
commit
98fced4cd9
10
README.md
10
README.md
@ -1,7 +1,15 @@
|
|||||||
#warcprox - WARC writing MITM HTTP/S proxy
|
##warcprox - WARC writing MITM HTTP/S proxy
|
||||||
|
|
||||||
Based on the excellent and simple pymiproxy by Nadeem Douba.
|
Based on the excellent and simple pymiproxy by Nadeem Douba.
|
||||||
https://github.com/allfro/pymiproxy
|
https://github.com/allfro/pymiproxy
|
||||||
|
|
||||||
License: because pymiproxy is GPL and warcprox is a derivative work of
|
License: because pymiproxy is GPL and warcprox is a derivative work of
|
||||||
pymiproxy, warcprox is also GPL.
|
pymiproxy, warcprox is also GPL.
|
||||||
|
|
||||||
|
###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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user