Maximilian Hils
Maximilian Hils
Ah, now I understand. You generated an intermediate CA, you want to use that intermediate CA as the root CA of your mitmproxy instance, but mitmproxy is not sending the...
(Please try to keep questions short and structured) 1. For a certificate to be trusted, the client needs to find a valid path from the leaf certificate to a trusted...
Thank you for tracking this down, @SenberHu! Can you send a PR with a proposed fix? 😃
Thank you for the PR! 🍰 1. I think this fits best into /examples/contrib. We don't have to worry about dependencies and/or testing there. 😃 2. s/whitelist/allowlist/ please, we want...
I think this is really cool work and quite useful. But it's relatively specialized and I don't want to take over any maintenance burden. So putting it into examples/contrib is...
Thanks! Please remove the old file from `mitmproxy/` and CI should turn green :)
Either works for me - I'd like to get #2908 in first to spare me the rebase, but other than that this should be fairly straightforward. 😃
That is correct. **Scenario A:** Two nameservers configured, only the first one is responding: Immediate response. **Scenario B:** Three nameservers configured, only the first one is responding: 5s timeout. Here's...
Thank you two - I bamboozled myself when turning this into a MRE. 🙈 My non-minified code only had a single non-responsive DNS server. But I was also using `read_system_conf()`,...
Thanks @djc! Doing some archeology here, #1212 moved the trust bit from ResolverOpts to NameServerConfig. This is how `trust_nx_responses: false` was introduced to system_conf. #1861 then renames it. I can't...