-
Notifications
You must be signed in to change notification settings - Fork 5
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
EID Exception: The root certificate is incorrect? #4
Comments
Hmm that's strange. Perhaps a reader problem or something? If you initialize the library to allow test cards, is the data read correctly then? |
I dont have any test cards so I wouldn't know :/ |
Well the library just does not verify the root certificate when you enable test cards. Does not mean you need to test with a test card. Call it a less strict version of the library :-). Just construct your BeID instance by 'new BeID(true)' and show the results. |
Ok, weird stuff: the beid instance was already initialize with the 'true' parameter. |
Hello,
I am experiencing some very strange behaviour on 1 particular PC.
When trying to read an eid card with the software I wrote I get the error message "EID Exception: The root certificate is incorrect"
This only happens on this PC with this software. Using the demo software did read the eid card correctly! Google actually returns zero results for this issue.
The library clearly works (in the demo software and the same PC) and the application I wrote also works (on all other PC's).
I tried installing the latest version of the official eid software but that did nothing.
I am lost for possible causes of this. Where should I begin to look?
Kind regards,
The text was updated successfully, but these errors were encountered: