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

Fix interactive example #551

Closed
yuroitaki opened this issue Aug 1, 2024 · 2 comments
Closed

Fix interactive example #551

yuroitaki opened this issue Aug 1, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@yuroitaki
Copy link
Member

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.

@yuroitaki yuroitaki added the bug Something isn't working label Aug 1, 2024
@heeckhau
Copy link
Member

heeckhau commented Aug 1, 2024

@yuroitaki Let's replace this with another TLS-server, using the notary server here is too confusing.
Let's use https://example.com/ instead

@heeckhau
Copy link
Member

heeckhau commented Aug 2, 2024

Fixed in #552

@heeckhau heeckhau closed this as completed Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants