Problem when using the HTTP client with SSL through a proxy

Giovanni giovanni.mels at agfa.com
Tue Aug 17 08:50:36 EDT 2010


I got it working by replacing the HttpClientCodec, before adding the SSL
handler.


channel.getPipeline().replace("codec", "codec", new HttpClientCodec());


Giovanni
-- 
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Problem-when-using-the-HTTP-client-with-SSL-through-a-proxy-tp5427385p5431917.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list