On Feb 12, 2008 12:58 AM, <[EMAIL PROTECTED]> wrote: > AFAIK, we're not supporting upgrade of a plain HTTP > connection to HTTPS. We only support dedicated https: > connections so far. HttpClient 4.0 should be flexible > enough to add support for protocol upgrades.
Hmmm... that's disappointing. But looking at the source, I might be able to hack it in myself. Basically, I want to do what is already done in HttpConnection#tunnelCreated(). So at least I know it's possible! Thanks for the information. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
