DO NOT REPLY [Bug 29439] - Credentials ignored if realm specified in preemptive authentication

2004-06-09 Thread bugzilla
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=29439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29439] - Credentials ignored if realm specified in preemptive authentication

2004-06-09 Thread bugzilla
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=29439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29439] - Credentials ignored if realm specified in preemptive authentication

2004-06-09 Thread bugzilla
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=29439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29439] - Credentials ignored if realm specified in preemptive authentication

2004-06-09 Thread bugzilla
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=29439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 29439] - Credentials ignored if realm specified in preemptive authentication

2004-06-09 Thread Michael Becke
Ooops. I forgot to update the site last night. I'm doing so now. Mike On Jun 9, 2004, at 6:00 AM, [EMAIL PROTECTED] wrote: 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=29439. ANY

DO NOT REPLY [Bug 29439] - Credentials ignored if realm specified in preemptive authentication

2004-06-09 Thread bugzilla
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=29439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

HttpClient Consultant Needed Immediately

2004-06-09 Thread Lukas Bradley
Hi all, I need a developer or consultant familiar with SSL using certificate authentication within HttpClient. My company has utterly failed in our attempt to interface with a financial processing gateway. Our needs are quite simple: import the processors certificate, connect via

Re: HttpClient Consultant Needed Immediately

2004-06-09 Thread Oleg Kalnichevski
Lukas, First of all, you need to know if your application actually hits the server. It is pointless to troubleshoot the problem on the client side if the request never reaches the server. (1) What you tried trusting any certificate / disabling server certificate validation? (2) What is the

DO NOT REPLY [Bug 29306] - [CONTRIB] SSL authenticating protocol socket factory

2004-06-09 Thread bugzilla
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=29306. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: HttpClient Consultant Needed Immediately

2004-06-09 Thread Lukas Bradley
The response we have received from their technician is as follows: Okay, this is making some sense now. We are not logging your requests because you are not reaching us. Your software is bailing out ahead of time because you are using Java. Java has static lists included of valid certificate

RE: HttpClient Consultant Needed Immediately

2004-06-09 Thread Oleg Kalnichevski
Lukas, As my professor used to say: there are ways of seeing and not seeing. So, interpretations of a spec may differ, and different SSL implementations may differ in the degree of spec compliance and may have implementation specific quirks. Just recently I had to deal with a compatibility issue

DO NOT REPLY [Bug 29306] - [CONTRIB] SSL authenticating protocol socket factory

2004-06-09 Thread bugzilla
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=29306. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: New user question

2004-06-09 Thread Oleg Kalnichevski
On Wed, 2004-06-09 at 22:53, [EMAIL PROTECTED] wrote: We're wanting to use HttpClient to do an HTTPS session that requires a user certificate submission for authentication. Are there samples that anyone can point me to on this topic? Steve, This may be what you want:

Re: HttpClient Consultant Needed Immediately

2004-06-09 Thread Eric Johnson
Lukas, I certainly cannot spend the time to help you, beyond this email, but for the sake of correct knowledge in the HttpClient mail logs Lukas Bradley wrote: The response we have received from their technician is as follows: Okay, this is making some sense now. We are not logging your

Re: New user question

2004-06-09 Thread steve_olson
Thanks Oleg, We'll give AuthSSLProtocolSocketFactory a try. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Controlling Threads in Waiting

2004-06-09 Thread http-client
Hello All, Is there is a direct way to control the maximum no of threads in waiting for a connection from the Connection Manager. Thanks in advance for your openion. --Satya - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Controlling Threads in Waiting

2004-06-09 Thread Michael Becke
Hi Satya, There is no way to control the number of threads waiting in the MultiThreadedHttpConnectionManager. It only allows configuring the number of connections available. I would suggest controlling the total number of threads using a particular connection manager. That way you can set a

[newbie-question]

2004-06-09 Thread bagas
Dear all, I am using HttpClient for a program to connect to a Webserver, I am testing now and run many connections (short one) to a Webserver with maximum 20 threads of HttpClient(s) at the same time to connect to a Webserver in the same computer. And I found that many times a HttpClient cannot