Jetty MITM SSL using ConnectHandler

landon

New Member
I would like to write a SSL MITM proxy using Jetty. I've gone through some examples and it seems that I can use \[code\]org.eclipse.jetty.server.handler.ConnectHandler\[/code\] for HTTP Connect tunneling.Is there a way I can set my own certificate and decrypt content using ConnectHandler?
 
Top