aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/faq.html
blob: 8b0a3ff5f28c8a3fce395e40b012bc8f1b6defef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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>

</div>