Handling an HTTP Connect with Netty 4 -
my library betamax stubbing out http endpoints unit tests. operates http(s) proxy , in https mode performing mitm attack. using jetty spins 2 proxy instances , responds http connect on http port tunneling https port.
i'm trying replace jetty netty dependency. when trying replicate functionality netty 4.0.7.final i'm getting stuck handling connect & ssl handshake. missing instead of new get request going proxy when accept connect connect request getting re-routed.
is there example of handling http connect netty 4? i've looked @ secure chat example netty socks protocol quite different http proxy protocol. i've seen littleproxy , that's been helpful point it's using older version of netty , api has changed quite bit.
Comments
Post a Comment