Re: Aladdin eToken and Mozilla

2003-01-17 Thread Julien Pierre
Hi,

Remo Inverardi wrote:


Caption: Alert, Message: localhost has received an incorrect or 
unexpected message. Error Code: -12227

This means SEC_ERROR_REVOKED_KEY .
Are you using any means of certificate or key revocation ?
Eg. OCSP, CRLs, or CKLs ?


Is PKCS#11 support in Mozilla actually supossed to work? Is there any 
possiblity for turning on debugging / trace functionality of the Mozilla 
PKCS#11 code?

Yes, it is supposed to work.
You can turn on debugging, but it will make sense only if you know the 
PKCS#11 interface. See 
http://bugzilla.mozilla.org/attachment.cgi?id=86663action=view .




Aladdin eToken and Mozilla

2003-01-17 Thread Remo Inverardi
I am trying to get my Aladdin eToken smartcard (it actually is a USB 
token) to work with Mozilla/1.3 (latest nightly build). There seems to 
be some interoperability problem between Aladdin's PKCS#11 
implementation and Mozilla.

Loading the PKCS#11 module seems to work fine. The certificate stored on 
the eToken is visible in Mozilla's Preferences\Privacy  
Security\Manage Certificates\Your Certificates page. But when I connect 
to an SSL server (https://localhost/index.htm) which asks for SSL client 
authentication, I get the following error message:

Caption: Alert, Message: localhost has received an incorrect or 
unexpected message. Error Code: -12227

Is PKCS#11 support in Mozilla actually supossed to work? Is there any 
possiblity for turning on debugging / trace functionality of the Mozilla 
PKCS#11 code?

Thanks for any help.

Remo