AW: Proxied SSL connection

2003-08-14 Thread Ulrich Freyer-Hirtz
>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) You're right. I've had a look into the Http.confs. On the Server are to Apache

AW: AW: Proxied SSL connection

2003-08-14 Thread Ulrich Freyer-Hirtz
>>What's the conventionell way ? Just thought, that I have to login to the Proxy to >>come in >> contact with the server behind. >Sure. What is not really conventional is to use SSL to connect the a proxy. Usually >an HTTP agent >connects to a proxy using regular (plain) HTTP and then uses tha

AW: Proxied SSL connection

2003-08-14 Thread Ulrich Freyer-Hirtz
05 Aug 2003 10:04:14 GMT[\r][\n]" > CEST [DEBUG] wire - -<< "Server: Apache/1.3.26 (Unix) mod_perl/1.27[\r][\n]" > CEST [DEBUG] wire - -<< "Connection: close[\r][\n]" > CEST [DEBUG] wire - -<< "Transfer-Encoding: chunked[\r][\n]" > CEST

AW: Proxied SSL connection

2003-08-14 Thread Ulrich Freyer-Hirtz
>> One thing I can't understand, is, where is the place for the customized >> SSL-negotiation ? Is it in the class >> "EasyX509TrustManager(null)" and where can I find that class or an example ? The >> example "EasySSL..." from the >> documentation doesn't compile without such EasyX509TrustManage

AW: Proxied SSL connection

2003-08-11 Thread Ulrich Freyer-Hirtz
>By default, JSSE only supports SSL certs that are signed by Verisign, >Thawte and a few others. Self-signed certs (I'm guessing this is what >you are using) require the custom SSLProtocol workaround. > >Mike First, thanks for the help. I went some steps further, but have not reached the target

AW: AW: Proxied SSL connection

2003-08-07 Thread Ulrich Freyer-Hirtz
>I am afraid things are a bit more complicated than that. HttpClient >always uses a plain socket to establish connection with a proxy. As far >as I understand so do IE & Mozilla. I think what Ulrich is trying to do >is to connect to the proxy using SSL, which is quite unconventional I >have to say.

AW: Proxied SSL connection

2003-08-06 Thread Ulrich Freyer-Hirtz
>Apparently your attachment got rejected by the mail server. Try posting it in ZIP >format. Here it comes as zip Also I've some failure in configuration, it would be helpful, if someone could tell me, that the code should work. >You need to know exactly what port your proxy is listening on.

AW: Proxied SSL connection

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

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