-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
I can NOT connect Chome WT API to this implementation #112
Comments
Thanks for the repro, I ran it on my machine and it fails as well. I suspect this is because it's using RSA keys: see https://www.w3.org/TR/webtransport/#web-transport-configuration (last paragraph). Can you try switching to non-RSA keys? |
Thanks a lot for testing this, but when I use a ECDSA keys I get the exact same error. This is what I use to create those keys:
|
Have you also updated https://github.com/jordicenzano/simple-wt-server/blob/main/scripts/start-localhost-test-chrome.sh#L4? Could you push your change? |
Yes, I updated that script (IDK if I did properly TBH) I just pushed the changes |
@jordicenzano Can you try running the interop code? It works on CI. If it doesn't work on your machine, this might be because Chrome changed something. |
Sorry for my late reply, it is faling too:
|
I created a super simple example that shows how Chome (Version 119.0.6045.123 (Official Build) (arm64)) gets a establishment connection error when tries to connect to this WT server
See example and repro steps here: https://github.com/jordicenzano/simple-wt-server
PS: Exact same code and steps with
github.com/adriancable/webtransport-go
works perfectly (with small tweaks on go code to adapt to this lib)The text was updated successfully, but these errors were encountered: