Re: client certificate JSS keystore

2009-07-14 Thread Dmitriy Varnavskiy
I have managed to get JSS working separately from my code on both Linux and Windows. It works ok with org.mozilla.jss.tests.ListCACerts and my Firefox profile if run from command line like this >java org.mozilla.jss.tests.ListCACerts profile_name But when I am launching my application that requests

Re: client certificate JSS keystore

2009-07-14 Thread Glen Beasley
"On 7/13/09 11:40 PM, Dmitriy Varnavskiy wrote: Still cant make it working. Are there any suggestions? 2009/7/4 Nelson B Bolyard On 2009-07-03 10:52 PDT, Dmitriy Varnavskiy wrote: > I have run several tests of JSS on Linux - they all worked fine so seems > JSS is correctly inst

Re: client certificate JSS keystore

2009-07-13 Thread Dmitriy Varnavskiy
Still cant make it working. Are there any suggestions? 2009/7/4 Nelson B Bolyard > On 2009-07-03 10:52 PDT, Dmitriy Varnavskiy wrote: > > I have run several tests of JSS on Linux - they all worked fine so seems > > JSS is correctly installed. But when I am launching my app java for some > > reas

Re: client certificate JSS keystore

2009-07-03 Thread Nelson B Bolyard
On 2009-07-03 10:52 PDT, Dmitriy Varnavskiy wrote: > I have run several tests of JSS on Linux - they all worked fine so seems > JSS is correctly installed. But when I am launching my app java for some > reason is not using certificates in firefox keystore. Thanks for being patient. Our JSS expert

Re: client certificate JSS keystore

2009-07-03 Thread Dmitriy Varnavskiy
I have run several tests of JSS on Linux - they all worked fine so seems JSS is correctly installed. But when I am launching my app java for some reason is not using certificates in firefox keystore. 2009/6/27 Dmitriy Varnavskiy > Fail means that window with prompt to select certificate appears.

Re: client certificate JSS keystore

2009-06-26 Thread Dmitriy Varnavskiy
Fail means that window with prompt to select certificate appears. And list of certificates in it is empty. I believe that first request comes from java to jnlp file on server. I am able to press cancel, closing appearing cert promts till application loads(from cache actually, if not cached it fails

Re: client certificate JSS keystore

2009-06-26 Thread Nelson B Bolyard
On 2009-06-26 04:13 PDT, Dmitriy Varnavskiy wrote: > I am deploying javaws application that uses client certificate for > authentication. It is starting with jnlp ref from web page that also uses > client certificate. So, nedeed certificate presents in browser on client > machine. For application

client certificate JSS keystore

2009-06-26 Thread Dmitriy Varnavskiy
I am deploying javaws application that uses client certificate for authentication. It is starting with jnlp ref from web page that also uses client certificate. So, nedeed certificate presents in browser on client machine. For application I first tried to import certificate through java control pan