I am using Jetty's ConnectHandler to proxy SSL via CONNECT.
Now I'd like to configure the ConnectHandler to forward requests to another proxy which will handle the CONNECT for me.
Is there a way to configure the ConnectHandler to do this? I checked the ConnectHandler source code but couldn't find a way to do this.