AW: Proxied SSL connection

2003-08-05 Thread Ulrich Freyer-Hirtz
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 b

Re: AW: Proxied SSL connection

2003-08-05 Thread Michael Becke
Ulrich Freyer-Hirtz wrote: May be at another port. There are running two Apache. One as Proxy, one as WebServer. I'll try to find out the port-configuration. I'm wondering, who creates that CONNECT-Statement ? Ask the Client the Server : "What Protocoll do you have at Port 80?" ? I told the client

RE: Proxied SSL connection

2003-08-05 Thread Kalnichevski, Oleg
Ulrich, You are trying to use a normal HTTP server as if it were a proxy. Of course, that cannot work. The server is absolutely correct about rejecting the request as syntactically incorrect (status code 400) CEST [DEBUG] wire - ->> "CONNECT https://vkk.valtech.de:80 HTTP/1.1" CEST [DEBUG] wire

Proxied SSL connection

2003-08-05 Thread Ulrich Freyer-Hirtz
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 worka