cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
lala
Level VIII

Does mitmproxy not work in python installed in JMP environment?

I checked with 

jmputils.jpip('list')


mitmproxy was successfully installed

2024-09-21_09-22-03.png

But it doesn't work in python code.

Thanks!

2 REPLIES 2

Re: Does mitmproxy not work in python installed in JMP environment?

Doesn't work in what way?  Does import mitmproxy fail? If so try restarting JMP and seeing if it's now visible to JMP.  Otherwise how about an example?   What have you tried and why doesn't it do what you are expecting?

Re: Does mitmproxy not work in python installed in JMP environment?

Note to all: The package mitmproxy is a Man-In-the-Middle HTTPS/TLS web proxy for intercepting web traffic.  I'm assuming the use case here is separately launched mitmproxy and use of JMP and mitmproxy's Python-API to control the proxy from JMP.