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
However it seems the linked PR alone (rebuilding qdigidoc with this libdigidocpp) does not fix it (see #1281 (comment)), and neither does it fix SmartID signing still being broken.
Digidoc4 fails to sign any document due to
http://dd-at.ria.ee/tsa
being offlineWorkaround
As pointed in open-eid/libdigidocpp#601 one shall set the time-stamping url to
https://eid-dd.ria.ee/ts
, then provide remote SSL certificate.The certificate could be obtained using following command
> openssl s_client -showcerts -connect eid-dd.ria.ee:443 </dev/null 2>/dev/null|openssl x509 -outform PEM > eid-ts.pem
The text was updated successfully, but these errors were encountered: