Skip to content
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

TS URL outdated #1276

Closed
anpin opened this issue Jun 25, 2024 · 2 comments
Closed

TS URL outdated #1276

anpin opened this issue Jun 25, 2024 · 2 comments

Comments

@anpin
Copy link

anpin commented Jun 25, 2024

Digidoc4 fails to sign any document due to http://dd-at.ria.ee/tsa being offline

Screenshot from 2024-06-24 11-21-20

> curl http://dd-at.ria.ee/tsa
curl: (6) Could not resolve host: dd-at.ria.ee

Workaround

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

image

@kristelmerilain
Copy link
Contributor

This is now fixed with open-eid/libdigidocpp#597 PR.

@flokli
Copy link

flokli commented Aug 14, 2024

The workaround works, with this I'm able to sign.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants