Hello everyone, I just installed mitmproxy v3 and found out that some parameters have changed since 0.13.1 that I was using. Is there an equivalentent for --ciphers-server?
Ty in advance
Hi,
--ciphers-server
is now an option without explicit command switch:
mitmproxy --options # view all options
mitmproxy --set ciphers_server=... # set ciphers_srever option.
Ok, that looks way better now! i had skipped class options. Thank you!