GoogleChrome / samples

A repo containing samples tied to new functionality in each release of Google Chrome.
https://www.chromestatus.com/samples
Apache License 2.0
5.77k stars 2.38k forks source link

WebTransport Error: 296, reason: No common ALPN protocols #723

Closed leo-lox closed 3 years ago

leo-lox commented 3 years ago

Hi, i am trying the webtransport sample unfortunately i get no connection => Error: 296, reason: No common ALPN protocols, frame_type: 6 I think it has something to do with tls... i am using a self signed certificate and the chrome flag chrome://flags/#allow-insecure-localhost

Chrome: canary 92.0.4502.0 Python 3.9.2

jeffposnick commented 3 years ago

Hello @leo-lox!

If you don't mind, could you ask about this at https://groups.google.com/a/chromium.org/g/web-transport-dev? The engineering team that wrote the original demo, and who are most up to date on the latest changes to the implementation, should see it there.

leo-lox commented 3 years ago

thx