Sun's javax.net.ssl and HttpClient

2004-05-19 Thread Himanshu Thube
Hi I am trying to suggest Apache Http client library against SUN javax.net.ssl for our application, our application requirement is as follows : 1. SSL support 2. Reuse the SSLSession / HttpState while reconnecting to web server (Apache) 3. Restablishing Http(s) connection multiple times to web

Re: Sun's javax.net.ssl and HttpClient

2004-05-19 Thread Ortwin Glück
Himanshu Thube wrote: Hi I am trying to suggest Apache Http client library against SUN javax.net.ssl for our application, our application requirement is as follows : 1. SSL support HttpClient makes no assumptions about the underlying Transport Level Security. This is completely abstracted

Re: Sun's javax.net.ssl and HttpClient

2004-05-19 Thread Roland Weber
Himanshu Thube [EMAIL PROTECTED] 19.05.2004 17:47 Please respond to Commons HttpClient Project To: [EMAIL PROTECTED] cc: Subject:Sun's javax.net.ssl and HttpClient Hi I am trying to suggest Apache Http client library against SUN javax.net.ssl for our