You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configuring the PKCS11 provider incorrectly seems to invariably result in the following sort of error messages:
parsec[391160]: [ERROR parsec_service::providers::pkcs11] Error initializing PKCS 11 context;
parsec[391160]: [ERROR cryptoki::context] Failed to finalize: PKCS11 error: This value can be returned by any function other than C_Initialize and C_GetFunctionList. It indicates that the function cannot be executed because the Cryptoki library has not yet been initialized by a call to C_Initialize.
parsec[391160]: [ERROR parsec_service::utils::service_builder] Provider with ID PKCS #11 provider cannot be created;
The above is printed regardless of what is actually going wrong in reality. For instance, I have tried starting parsec with the wrong slot_number, or with no slot at all. The error message should be more descriptive if possible.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
configuring the PKCS11 provider incorrectly seems to invariably result in the following sort of error messages:
The above is printed regardless of what is actually going wrong in reality. For instance, I have tried starting parsec with the wrong
slot_number
, or with no slot at all. The error message should be more descriptive if possible.Thanks!
The text was updated successfully, but these errors were encountered: