I'm running mitmproxy with a valid certificate. The problem is when I receive a GET request with the domain for which I have the valid certificate, I see in the flow.request.scheme == "http" -> True and the flow.request.port == 443 -> True
nd not "https" as I should see.
Any ideas???
The log I see:
10.0.1.5 GET http://my_domain.com
the command i'm running :
mitmproxy --host -T -p 8559 --no-upstream-cert --cert=my_cert -s "my_script.py"
mitmproxy version 0.15