Open mmatczuk opened 1 year ago
What we have is a frame relay. It's good to have it, there are some tools to dump h2c frames see this CF article. We could do something more in this domain.
The drawback, however, is that HTTP/2 MITMed request are not part of proxy logging/monitoring/manipulation. I guess that using the handler implementation with http2.Server on this connection could bridge this gap.
This is a followup to #145.
Enabling http/2 MITM requires changes in Martian h2 to allow insecure mode. At the moment it allows only to specify RootCAs.
It's NOT supported in Squid https://wiki.squid-cache.org/Features/HTTP2.