You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to establish a WebTransport connection between picoquicdemo server and Chrome browser. Specifically, I'm using this WebTransport client sample. Chrome is giving me Failed to establish a connection to https://xyz:4433/baton: net::ERR_METHOD_NOT_SUPPORTED. console message, which is not very helpful. "Event log" says Connection failed. WebTransportError: Opening handshake failed..
I can fetch the "Simple HTTP 3 Responder" website just fine from the server. I'm also able to successfully establish connection using pico_baton sample client.
I'm using Chrome 121 with "Experimental QUIC protocol", "WebTransport Developer Mode" and "Experimental Web Platform features" flags enabled.
Am I missing something? Should establishing such connection be possible? I'm happy to provide any details, that'd be helpful in troubleshooting the issue.
The text was updated successfully, but these errors were encountered:
We need to understand whether the failure is at the web transport level, or whether it is an HTTP3 connection issue, or maybe a TLS issue. Do you have a capture (PCAP) of the exchanges between the Chrome browser and Picoquic?
I'm not able to establish a WebTransport connection between
picoquicdemo
server and Chrome browser. Specifically, I'm using this WebTransport client sample. Chrome is giving meFailed to establish a connection to https://xyz:4433/baton: net::ERR_METHOD_NOT_SUPPORTED.
console message, which is not very helpful. "Event log" saysConnection failed. WebTransportError: Opening handshake failed.
.I can fetch the "Simple HTTP 3 Responder" website just fine from the server. I'm also able to successfully establish connection using
pico_baton
sample client.I'm using Chrome 121 with "Experimental QUIC protocol", "WebTransport Developer Mode" and "Experimental Web Platform features" flags enabled.
Am I missing something? Should establishing such connection be possible? I'm happy to provide any details, that'd be helpful in troubleshooting the issue.
The text was updated successfully, but these errors were encountered: