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 · 1 comment
Closed

TS URL outdated #1276

anpin opened this issue Jun 25, 2024 · 1 comment

Comments

@anpin
Copy link

anpin commented Jun 25, 2024

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

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

> curl http:https://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.

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

2 participants