Re: httpclient client certificate authentication

2003-02-13 Thread Costin Manolache
Eric Johnson wrote: > Hello, > > I was looking into using the httpclient in an > application that requires client certificate > authentication. According to the JSSE documentation, > the mechanism for doing this is to get your > SSLSocketFactory from an SSLContext, which allows you > to specify

httpclient client certificate authentication

2003-02-13 Thread Eric Johnson
Hello, I was looking into using the httpclient in an application that requires client certificate authentication. According to the JSSE documentation, the mechanism for doing this is to get your SSLSocketFactory from an SSLContext, which allows you to specify the KeyManager and TrustManager. I p