0

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

Red fx
  • 1,071
  • 2
  • 12
  • 26
ddor254
  • 1,570
  • 1
  • 12
  • 28

0 Answers0