On Thu, 2010-07-01 at 23:43 +0530, arpita k wrote: > Hi, > > I am using Httplcient 4.0 to communicate between client and the server. The > client is written in Java and the server is IIS.SO, I am doing mutual > authentication to establish the SSL connection between these two. I like to > initiate the CRL check for the server certificate. I am using normal > Httpclient 4.0 and httpcore 4.0 .So, I believe it is not initiating any CRL > checking by its own. > > Please let me know how to initiate the CRL check or OCSP check when I am > using httpclient 4.0?? > >
HttpClient relies on the standard JSSE mechanisms for SSL transport encryption. Please refer to the JSSE documentation for instructions on activating CRL / OCSP checks. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
