[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [iaik-jce] SSL without client authentication
Hi Popal,
On Thu, 3 Aug 2000 13:08:27 +0100, Popal, Khaled wrote:
>
>Hello!
>
>What should be done, in oder to achieve that during a secure client
>server communication session no client authentication is necessary. That
>means the client does not need to have a ssl3.keystore (as created in the
>demos) key file.
You have to set it on the SSLServerContext with the method:
public void setRequestClientCertificate(boolean value)
value=false means no client authentication
you can query it with:
public boolean getRequestClientCertificate()
Remark: you can also tell the ChainVerifier object to accept client with no certifificate.
Regards,
Andre
--
Mailinglist-archive at http://jcewww.iaik.at/mailarchive/iaik-jce/jcethreads.html
To unsubscribe send an email to listserv@iaik.at with the folowing content: UNSUBSCRIBE iaik-jce