-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CKR_DEVICE_ERROR:48 #56
Comments
@Arsira-star this is a generic error that could mean many things you will need to look at your p11 device documentation and probably logs to figure out what it did not like. No you can keep a session open. |
at Error (native) C_GetTokenInfo:243 this is error show in my log |
This is a token/HSM specific error (all of the P11 errors come from the token middleware). You need to look at the docs for your device and middleware and the middleware logs. |
I think the problem that I met is about session |
The HSM / smartcard middleware probably has a timer on the session and you must handle the expired session? |
I thinks so |
I would detect failures and re-authenticate. The middleware may have policy to control the length of the session also. What is the HSM/Smart card and what middleware? |
I got this error.What cause this error ?.
Do I need to end session every time when I used it connect to HSM.
If I need to end session can you show me example ?
The text was updated successfully, but these errors were encountered: