DO NOT REPLY [Bug 25372] - auto close idle connections

2004-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 25372] - auto close idle connections

2004-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [PATCH][SITE] Applications, news pages updated

2004-04-19 Thread Oleg Kalnichevski
Patch committed. Oleg On Sun, 2004-04-18 at 19:09, Oleg Kalnichevski wrote: > Folks, > I have updated the applications and news pages in the wake of > HttpClient's promotion to the Jakarta sub-project level. > > Please have a closer look at the applications page. I have taken liberty > of reor

DO NOT REPLY [Bug 25372] - auto close idle connections

2004-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Kalnichevski, Oleg
> Could this happen coz of untrusted certificate from server. > But in my code i have using EasySSLProtocolSocketFactory. Not impossible, but unlikely. An untrusted certificate_should_ have caused a different error message. A few more questions. What JDK/JRE are you using on the client side? Wh

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
Hi Oleg, Many thanks for response. I am performing SSL test(I may not able to run Test class ) .Mean while a quick question. Could this happen coz of untrusted certificate from server. But in my code i have using EasySSLProtocolSocketFactory. Protocol.registerProtocol("https", new Protocol("http

Re: Broken link on website

2004-04-19 Thread Mark R. Diggory
Roland Weber wrote: Hi guys, I just found a broken link in the Logging Guide. The Commons Logging home page has moved from http://jakarta.apache.org/commons/logging.html to http://jakarta.apache.org/commons/logging/ cheers, Roland I think I'm just going to go ahead and move into place the ge

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Kalnichevski, Oleg
Raj, Please note that HttpClient simply makes use of JSSE and does not attempt to provide any sort of transport security by itself. As far as HttpClient is concerned SSL is just a transport layer which is supposed to be completely transparent to HttpClient. I'll do my best to help you out, but

RE: Project team page update

2004-04-19 Thread Kalnichevski, Oleg
Christian, My apologies for having forgotten about you. Your SimpleHttpServer framework is the coolest contribution of late, IMHO. My intention to eventually phase out all test cases reliant on 'Webapp' and 'SimpleHttpConnection' stuff and have them replaced with the test cases based on SimpleH

Broken link on website

2004-04-19 Thread Roland Weber
Hi guys, I just found a broken link in the Logging Guide. The Commons Logging home page has moved from http://jakarta.apache.org/commons/logging.html to http://jakarta.apache.org/commons/logging/ cheers, Roland

DO NOT REPLY [Bug 25372] - auto close idle connections

2004-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
Hi Oleg, Thanks for your response. I am using from browser to connect to test this. https://?method=book_hotel&xml and i get certificate to accept from browser and after accepting the certificate i get proper XML response from server. But when i do this from java client i get following error a

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread olegk
Raj, Are you sure that SSL is configured on the server side? "Unrecognized SSL message, plaintext connection?" exception is usually thrown when an attempt is made to connect SSLSocket to a plain HTTP port Oleg >-- Original Message -- >Reply-To: "Commons HttpClient Project" <[EMAIL PROTECTED]> >F

Re: [PATCH][SITE] Applications, news pages updated

2004-04-19 Thread Michael Becke
These changes look good to me. Mike On Apr 18, 2004, at 1:09 PM, Oleg Kalnichevski wrote: Folks, I have updated the applications and news pages in the wake of HttpClient's promotion to the Jakarta sub-project level. Please have a closer look at the applications page. I have taken liberty of re

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Roland Weber
Hello Raj, I take it that you are connecting to the following URLs: http://10.248.193.151:80/services/tvly/mmh.cgi/ https://10.248.193.151:443/services/tvly/mmh.cgi/ which rules out my suspicion that you might be connected to port 80 via SSL. Could you please try to generate a wire log? http://

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
Hi Roland, On running the application in following debug mode " java -Djavax.net.debug=ssl:record:plaintext <> " I get following trace... trigger seeding of SecureRandom done seeding SecureRandom setSoTimeout(0) called %% No cached client session *** ClientHello, TLSv1 RandomCookie: GMT: 106

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
Hi Roland, Thanks for response . What i meant was when i use "http" it work fine but when i use https it gives error. Server is properly configured for https reuest because when i send from browser https request i get proper response here is the sample code. HttpC

Re: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Roland Weber
Hello Raj, could you post a code example? I am a bit confused about the "https for the same link" part. The protocol is usually part of the link. If you managed to convice HttpClient to use SSL, while the server still believes it is plain HTTP, that would explain the error message. cheers, Rola

HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
Hi , Please Help. I am using HttpClient and i am able to successfully send http request and receive response. But when i try to send "https" request for the same link i get the following error(I am able to successfully send https request and response through the browser. ). javax.net.ssl.SSLE

Re: Project team page update

2004-04-19 Thread Christian Kohlschütter
On Thursday 15 April 2004 23:49, Oleg Kalnichevski wrote: > Folks, > I would like to bring the "project team" page > up to date > and add recent contributors to the list: > > Roland Weber > Sam Berlin > Mohammad Rezaei > > Have I forgott

Re: License 2.0 Broilerplate

2004-04-19 Thread Ortwin Glück
Jandalf wrote: Any objections? I completely agree. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HTTPClient request - DNS, connect, acknowledge, and download times in milliseconds

2004-04-19 Thread Ortwin Glück
Steve Johnson wrote: Hi Oleg, Very cool. Thanks for your help. Will take your advice, and am adding a comment to bug 10815. Thanks, Steve Steve, Feel free to start an architecture discussion here before digging into the code. If you get sufficient support and for your proposal, it will be mo