-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fix interactive example #551
Labels
bug
Something isn't working
Comments
@yuroitaki Let's replace this with another TLS-server, using the notary server here is too confusing. |
heeckhau
added a commit
that referenced
this issue
Aug 1, 2024
heeckhau
added a commit
that referenced
this issue
Aug 1, 2024
heeckhau
added a commit
that referenced
this issue
Aug 2, 2024
heeckhau
added a commit
that referenced
this issue
Aug 2, 2024
Fixed in #552 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The interactive example is broken due to the use of a deprecated endpoint of the hosted notary server.
Replace the endpoint with a different endpoint using a different domain as the hosted notary server only has versioned endpoints now (which will always be deprecated in the future since we only maintain the latest 3 versions). This also means that the verification logic in the code has to be changed.
The text was updated successfully, but these errors were encountered: