On Fri, 17 Feb 2006 10:18:47 +0800, Joe Wong
<joewong@tkodog.no-ip.com> wrote, quoted or indirectly quoted someone
who said :
> How can I program a ssl client so that its client certificate is passed
>to the server for authentication? Is there any sample code around?
I wonder if the Authenticator class is smart enough to do that
automatically.
Any way you scan start digging with these links
http://mindprod.com/jgloss/ssl.html
http://mindprod.com/jgloss/jce.html
http://mindprod.com/jgloss/password.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
> Hello,
>
> How can I program a ssl client so that its client certificate is passed
> to the server for authentication? Is there any sample code around?
Set needClientAuth *at the server*. It's not up to the client.