Matt, No, there's no such mechanism in place. However, there's a way provide a custom SSL implementation that meets your specific needs. Have a look at the HttpClient SSL guide at the following location:
http://jakarta.apache.org/commons/httpclient/sslguide.html There's a section on customising SSL support followed by a few samples. That should give you a rough idea how to proceed. Oleg On Wed, 2003-06-25 at 19:33, [EMAIL PROTECTED] wrote: > Hello All, > > I a nub to HttpClient. I am looking for a way to specify a particular > client SSL certificate for Client Authenticated SSL. I do not see > anything in the HttpClient javadocs, so I'm posting the question here. Is > there such a mechanism already in place in HttpClient, or do I need to > write my own? I have already written some code that works with the > JDK/JSSE HttpsURLConnection, I'm just looking for more functionality > (Timeouts) than what the JDK gives me. > > Thanks, > - Matt Secoske --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
