-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unable to use with REINER SCT cyberJack reader #248
Comments
Thanks for the report! We will look into this as time allows. |
This should be fixed now by #293 |
Hey @kristelmerilain thanks for the heads-up! I might not be able to test this in the next 2-3 weeks, but I'll comment here as soon as I did! |
I can confirm this works, thanks! Two things I noticed:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I set up the REINER SCT cyberJack reader (which comes with its own pin keyboard and display), using the
pcsc-cyberjack
driver.Plugging in my card while opening qdigidoc 4 correctly shows my card details, and I'm able to decrypt/sign documents.
Using the same card in the same reader with
web-eid-app
however doesn't work properly:I used the "Authenticate" example on https://web-eid.eu/. I see a short flash of the web-eid-app window opening, but it immediately seems to "crash" and close itself again.
The website shows:
My system logs show:
Command "AUTHENTICATE" canceled
is the interesting bit here. I didn't cancel anything here.This is
web-eid-app-2.3.0
, with the following libraries:When removing the
pcsc-cyberjack
driver and using another reader (without pin pad), everything works, so it's definitely an issue with these reader types.The text was updated successfully, but these errors were encountered: