-
Notifications
You must be signed in to change notification settings - Fork 2
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
Testing the service locally without HTTPS problems on resolving #1
Comments
Hi @pohutukawa, glad to hear that you like the service and that it works for you 👍 The flow works, because didkit's resolver makes an exception for did:web DIDs that refer to Please let me know if you continue to experience difficulties. |
Kia ora @jceb, thanks for the quick response. I have set my external host name to I was hoping to get around setting up a local/private CA with certs for testing to get on more quickly. But it's a good thing in general anyway for this type of stuff. Vielen Dank nochmal! Ich probier's dann weiter :-) |
Ah, that explains why it didn't work :-) I'll extend the documentation to cover the special case of just |
I've given the service a good trial run today. I quite like the approach, and things worked quite well and expected as documented. However, DID Web resolvers use the
https
protocol for resolution, but when giving it a simple test with the (Docker) container, onlyhttp
onlocalhost
is available.I've tried setting the
DWS_RESOLVER_OVERRIDE
environment variable to something likehttp://id.localhost:8000
, but it was still using the HTTPS resolution instead of the override.Is there a viable 'hack' to enable fuller testing of the service possible? I'm particularly interested in the update DID flow for this to register additional keys to the DID document (e.g. an X25519 key for
keyAgreement
).The text was updated successfully, but these errors were encountered: