DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28151>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28151 Proxy tunneling/auth with CONNECT for non-HTTP protocols ------- Additional Comments From [EMAIL PROTECTED] 2004-04-06 02:14 ------- Hi Mike, The DefaultProtocolSocketFactory will only be used if the specified Protocol is an instance of SecureProtocolSocketFactory. Since the SSL tunnel is never actually created by the ProxyClient there is no reason to use a secure factory. Even if one wanted to create a SSL tunnel it would have to be done manually as you mention. So, you are correct. You can use whichever socket factory you like and then manually wrap the socket afterward, if necessary. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]