You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use mitmproxy to terminate tls! the best way is to run a second
mitmproxy, like we run a second nginx, and feed it the certs generated
by the key-server. We need a little stuff in the key-server to support
this because mitmproxy wants the whole bundle of tls cert, tls key, and
ca cert in a single PEM (one PEM can contain multiple entities) and then
we can "notify" of configuration changes by touching the main mitmproxy
script since it has hot module reload. Probably. Nobody's going to run
their dev backend instance for 3 years anyway.
Closes EXEC-2524
0 commit comments