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=34899>. 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=34899 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2005-05-13 13:27 ------- (In reply to comment #2) > (In reply to comment #1) > > Consider hitting the right port > > I am. What makes you think so? "javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?" clearly suggests otherwise > If this combination is possible is there a good example somewhere? HttpClient DOES support https tunneling since the very early 2.0-ALPHA days and I am not aware of any bugs related to secure tunneling. I _suspect_ the problem you are having is likely to be caused by invalid configuration. bugzilla is not the right venue to ask questions. Please forward your questions to the httpclient-user mailing list. You might want to search in the mail archive first. http://www.mail-archive.com/httpclient-user%40jakarta.apache.org/maillist.html Proxy support in HttpClient is virtually transparent to the caller. One only needs to provide correct host details in HostConfiguration and optionally provide proxy authentication credentials. HttpClient will take care of the rest http://jakarta.apache.org/commons/httpclient/3.0/authentication.html#Proxy%20Authentication If you are reasonably sure this is a bug in HttpClient please following the HttpClient troubleshooting guide and provide sufficient details about your environment and instructions to reproduce the alleged bug I could act upon http://jakarta.apache.org/commons/httpclient/3.0/troubleshooting.html Oleg -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
