On Wed, 2012-01-04 at 15:59 +0000, Yongjian Li wrote: > I read an old post that httpcore nio does not support SSL over proxy. Is this > addressed with the latest release? If not, could anyone help to give me some > hints what I need to overwrite so that I can get it working? THX. >
If you want an asynchronous HTTP client based on HttpCore that supports SSL via proxy among other things, you should be using HttpAsyncClient. http://hc.apache.org/httpcomponents-asyncclient-dev/index.html Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
