Even though I ignored a domain I still get error
See original GitHub issuehere is how I start my mitmdump
sudo mitmdump -T --host -a ./outputs/output_2016_03_20__18_18_04.-s myscript.py --ignore app.snapchat.com --ignore graph.facebook.com. --ignore b-api.facebook.com. --ignore api.amazon.com. --verbose
but I still see this warning/errors in the mitmdump logs
0.8.0.6:46465: clientconnect
10.8.0.6:46465: Client Handshake failed. The client may not trust the proxy's certificate for graph.facebook.com.
10.8.0.6:46465: clientdisconnect
10.8.0.6:47153: clientconnect
10.8.0.6:47153: ProtocolException("Error in HTTP connection: HttpSyntaxException('Bad HTTP request line: \\xc3\\x8e\\x8b\\x1d\\x13\\x0c\\xc8\\xd1&\\xfa\\x9f\\x1c\\x84\\xa4\\xcbIz\\x00[\\xc1\\xbb\\xa7\\xcbj\\x1dd\\xcb\\x1e6\\xbe\\xf0\\xc8\\x19\\r@\\x0b\\x15\\x9f\\x95\\xa1\\xf9\\xa4\\xc8W\\x1a\\xc2\\x85U\\xe383\\x19\\xbf\\x86\\xf0\\x10\\x1b\\x00\\xaeZ}\\xda\\xdcY\\xb5Q\\x90\\xf7\\x9a\\xb6V\\x0fs\\xe1W\\xf3\\xe5\\xda7jD\\xdbR\\xa0\\x06\\x05\\x14+qi;\\xaa\\x1daGp\\xc7\\xc0T\\xc4I\\t\\xa1',)",)
10.8.0.6:47153: clientdisconnect
10.8.0.6:39978: clientdisconnect
10.8.0.6:47154: clientconnect
10.8.0.6:47154: ProtocolException('Error in HTTP connection: HttpSyntaxException("Bad HTTP request line: \\xee\\xc3\\x13A\\x976\\xfe\\xa7\\x06d\\xa2\\x03l\\xdb\\x8d\\x8b+\\x90\\x93\\xd2e\\xc3\\xc3\\xaf\\x06\'H*A\\xeb\\xf9\\rU\\xda\\xec*|k\\x8f\\xb9\\x85\\xbe\\xb9[\\x8e^J\\x07\\x8e\\x10\\xf5\\xf9\\x1c\\xd83\\xb06E\\xe9",)',)
10.8.0.6:47154: clientdisconnect
10.8.0.6:47155: clientconnect
10.8.0.6:46469: clientconnect
10.8.0.6:46469: Client Handshake failed. The client may not trust the proxy's certificate for graph.facebook.com.
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
windows - hosts file ignored, how to troubleshoot? - Server Fault
Go to your network connections properties, then TCP/IP settings, and change the first DNS server to 127.0.0.1 (localhost). The second should probably be...
Read more >DNSMASQ Warning - Ignoring Domain : r/pihole - Reddit
I'm getting the following error message related to my work laptop being connected to my home network ... "Ignoring domain…
Read more >Troubleshoot and Solve Domain-Join Problems - BeyondTrust
To troubleshoot problems with joining a Linux computer to a domain, perform the following series of diagnostic tests sequentially on the Linux computer...
Read more >Troubleshooting custom domains and GitHub Pages
You can check for common errors to resolve issues with custom domains or HTTPS ... GitHub Actions workflow, any CNAME file is ignored...
Read more >nginx error "conflicting server name" ignored - Stack Overflow
Also, check all files in this directory: /etc/nginx/conf.d . Each domain can appear only once (as a servername value) amongst files in that ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Which version of mitmproxy is this?
I tried to reproduce this, but no luck. It’d be great if you could start debugging at mitmproxy.proxy.root_context#L58. We need to hit the condition at mitmproxy.proxy.root_context#L67.