Can't get a connection. I'm new to HttpClient, so it can be also be my fault: Depending on the Port I choose for the Proxy I get two different errors:
Port 80 -> Bad request Port 443 -> a bad Status line. A leading "HTTP" is missed I've attached my code with parts of the Traces/Logs. If the bug is still pending, whats the way around ? Is it possible to establish a connection with Java-Sockets and use this connection in HttpClient to use all the nice features ? -----Ursprüngliche Nachricht----- Von: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 5. August 2003 14:29 An: Commons HttpClient Project Betreff: RE: Proxied SSL connection Ulrich, The bug is still open as far as I can tell. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20089 What is exactly the nature of the problem you have been experiencing? Proxy SSL connections are known to have issues in three specific cases only: - Combination of proxy authentication + target host authentication cannot be properly handled - SSL connections cannot be reused on older JDKs (< 1.4) - Requests over SSL connections cannot be retried on older JDKs (< 1.4) Oleg -----Original Message----- From: Ulrich Freyer-Hirtz [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 2:15 PM To: [EMAIL PROTECTED] Subject: Proxied SSL connection Hi all, I'm in trouble with a proxied SSL connection. So I looked up the FAQ's and the Bug-List, where I read that this was a know bug. In Release notes of HttpClient2.1 release Candidate 1, it is mentioned, that this bug was fixed. Are there still problems in this field ? Are there known workarounds ? If so, I'll don't bother you with my code :-) Best Regards uli my Configuration: - Client : Java 1.4 on Win2000, HttpClient 2.1 Release Candidate (1.August.2003) - OpenSLL Certificates for Development - Server: Apache on Solaris as Proxy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]