Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When CERT Tapioca restarts the mitmproxy capture via mitm.sh, the .mitmproxy directory is copied from a static copy provided by Tapioca. This CA certificate expired on July 10, 2016 for CERT Tapioca 1.0.

Solution:

Delete the ~/.mitmproxy directory:

Code Block
themeMidnight
rm -rf ~/.mitmproxy 

...


Modify the ~/.mitm.sh script to not copy over the ~/.mitmproxy contents:

...