You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Mark Wilcox <ma...@webct.com> on 2004/09/28 23:00:04 UTC

client-certificate authentication

Hi,
Is there any documentation on how to do client-certificate authentication
with HTTPClient?

I didn't see anything in the SSL docs on the web site or via Google.

Thanks,
Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org


Re: client-certificate authentication

Posted by Oleg Kalnichevski <ol...@apache.org>.
Mark,
We do not have a full-blown tutorial on this subject as SSL
authentication is basically is out of HttpClient scope.

This sample code does, however, have extensive javadocs on the matter. 

http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/AuthSSLProtocolSocketFactory.java?only_with_tag=HTTPCLIENT_2_0_BRANCH&view=markup

The two other files required to compile AuthSSLProtocolSocketFactory can
found here
http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/?only_with_tag=HTTPCLIENT_2_0_BRANCH

Hope this helps

Oleg

On Tue, 2004-09-28 at 23:00, Mark Wilcox wrote:
> Hi,
> Is there any documentation on how to do client-certificate authentication
> with HTTPClient?
> 
> I didn't see anything in the SSL docs on the web site or via Google.
> 
> Thanks,
> Mark
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org