Open mikidep opened 6 months ago
This issue is about issues signing with SmartID (the mobile push thingie).
I tried to reproduce, and with a wiped .digidocpp/
I got the following logs (and no push).
2024-08-14T07:58:52Z E [TSL.cpp:302] - TSL eu-lotl.xml signature is invalid
"OpenSC Project (2.20)"
"OpenSC smartcard framework (0.25)"
Flags: 0
2024-08-14T07:58:54Z I [X509CertStore.cpp:63] - Loaded 0 certificates into TSL certificate store.
TSL loading finished
RIA.SmartID: "Failed to send request. Check your Smart-ID service access settings."
I think there's something wrong with the TSL and TSA setup, which is also impacting signing with ID Cards. See https://github.com/NixOS/nixpkgs/issues/334397, (which I initially confused with this one).
Describe the bug
When using package qdigidoc, signing with SmartID fails with an SSL certificate error. I suspect that this requires a package update.
Steps To Reproduce
Steps to reproduce the behavior:
nix run nixpkgs#qdigidoc
Expected behavior
The signing procedure should progress.
Actual behavior
A dialog pops up with the message:
In the command line logs, the following log appears:
Full log
Additional context
This happens regardless of using
nix shell
,nix run
, or installing via Home Manager.Notify maintainers
@mmahut @yana
Metadata
Add a :+1: reaction to issues you find important.