RE: Problem with https over proxy

2004-06-04 Thread Dave Seidel
Thanks, Oleg. - Dave -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 9:22 AM To: Commons HttpClient Project Subject: RE: Problem with https over proxy Dave, I believe you may be much better off implementing a custom connection manager

RE: Problem with https over proxy

2004-06-04 Thread Kalnichevski, Oleg
ns HttpClient Project'; [EMAIL PROTECTED] Cc: Subject: RE: Problem with https over proxy Thanks, Oleg. I will look into doing it that way, but I'm not sure if that technique will be flexible enough for us. My application is atypical and somewhat specialized, because we'r

RE: Problem with https over proxy

2004-06-04 Thread Dave Seidel
From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 5:54 PM To: Commons HttpClient Project Subject: Re: Problem with https over proxy Dave, You are not using HttpConnection class to establish connection with the target server, are you? Does you code look something

Re: Problem with https over proxy

2004-06-03 Thread Oleg Kalnichevski
Dave, You are not using HttpConnection class to establish connection with the target server, are you? Does you code look something like this? HttpConnection conn = new HttpConnection(...); conn.open(); HttpState httpstate = new HttpState(); GetMethod httpget = new GetMethod("https://www.whatever

Problem with https over proxy

2004-06-03 Thread Dave Seidel
We embed HttpClient in our product (SOAPscope), and some of our users have reported a problem accessing https URLs if they use a proxy server. I tried this, and can readily recreate the problem (I'm using Squid). I used TcpTrace to capture one of these requests, and compared it to the same reques