Skip to content

Instantly share code, notes, and snippets.

@chtz
Last active March 16, 2016 10:19
Show Gist options
  • Save chtz/f21d07c4abc38207c478 to your computer and use it in GitHub Desktop.
Save chtz/f21d07c4abc38207c478 to your computer and use it in GitHub Desktop.
Run java app "against" mitmproxy (pre-cond: truststore created)
java -Dhtttps.proxyHost=localhost -Dhttps.proxyPort=8080 -Dhtttp.proxyHost=localhost -Dhttp.proxyPort=8080 -Djavax.net.ssl.trustStore=mitmproxy.jks -Djavax.net.ssl.trustStorePassword=FIXME ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment