Does JSSE support mutual authentication with PFX files?

2001-12-20 Thread E Alaknantha
Hi, I am working with JSSE for SSL communications. I am facing some problems in doing the mutual authentication with the server certificates exported to the PFX format. I am doing a mutual authentication by intiialising the keystores with the PFX file and the truststores with the DER file all

Re: Does JSSE support mutual authentication with PFX files?

2001-12-20 Thread Eric Rescorla
This really isn't the right forum for this question. Surely there is a JSSE mailing list. That said... E Alaknantha [EMAIL PROTECTED] writes: I am working with JSSE for SSL communications. I am facing some problems in doing the mutual authentication with the server certificates exported to

Re: Does JSSE support mutual authentication with PFX files?

2001-12-20 Thread Rick H Wesson
Eric, I already answered E. Alaknantha with a code snippet answering his question, sorry I forgot to CC the entire list so everyone would know... It realy would be nice if folks just followed up privately to off topic posts. -rick (cc'ing the list so eveyone knows the way) On 20 Dec 2001,

Re: Does JSSE support mutual authentication with PFX files?

2001-12-20 Thread E Alaknantha
Very sorry for my previous post. _Alak.