Open mwbryant opened 2 months ago
The cert/keys are only valid for 14 days (as per webtransport spec) so the ones that are committed to the repo are probably invalid. You will need to regenerate the cert/keys for it to work, you can find some instructions here: https://github.com/cBournhonesque/lightyear/tree/main/examples#testing-in-wasm-with-webtransport
I followed those and regenerated the keys (they files show as modified in git) but I still see the same issue. I was able to work around by using the other transport options in the toml
When following the instructions for the example I can open the game in a browser locally and it works great. Once I try connecting from my laptop I need to use https for WebTransport to be defined.
I believe I have everything setup as the instructions say and have tried added a Trunk.toml pointing at the cert/keys to no avail.
Is all the browser gives me and I'm a bit out of my depth to debug this.
curl gives:
But I'm worried that's a red herring. Any ideas or suggestions for debugging?