aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/faq.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-14 15:56:25 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-14 15:56:25 +1300
commit9b961a8236ea4f9486f18046239d3d3c26f5ca9f (patch)
tree8a022e667c4b83d6e972d956b47423f33deddfbd /doc-src/faq.html
parent2e70a0e44bb8f51e97b1c611d15d4e7d69791602 (diff)
downloadmitmproxy-9b961a8236ea4f9486f18046239d3d3c26f5ca9f.tar.gz
mitmproxy-9b961a8236ea4f9486f18046239d3d3c26f5ca9f.tar.bz2
mitmproxy-9b961a8236ea4f9486f18046239d3d3c26f5ca9f.zip
Use raw_display instead of curses_display.
Diffstat (limited to 'doc-src/faq.html')
-rw-r--r--doc-src/faq.html14
1 files changed, 2 insertions, 12 deletions
diff --git a/doc-src/faq.html b/doc-src/faq.html
index 56397147..769227bd 100644
--- a/doc-src/faq.html
+++ b/doc-src/faq.html
@@ -1,19 +1,9 @@
<div class="faq">
- <p class="question">On some sites I see a lot of "Connection from.."
- entries that never complete.</p>
-
- <p> This is probably because the page requests resources from SSL-protected
- domains. These requests are intercepted by mitmproxy, but because we're
- using a bogus certificate, the browser-side of the connection hangs. The
- browser doesn't prompt you to add a certificate trust exception for remote
- page components, only for the primary domain being visited. </p>
-
- <p> To solve this, use something like FireBug to find out which page
- components are hanging. Visit the relevant domains using your browser, and
- add a certificate trust exception for each one. </p>
+ <p class="question">Any tips for running mitmproxy on OSX?</p>
+ Coming soon.
<p class="question">I'm pentesting an non-browser app that checks SSL
certificate validity. How do I make it trust the MITMProxy certificate?</p>