-
Notifications
You must be signed in to change notification settings - Fork 25
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
getting Opening handshake failed on nodejs #260
Comments
What do you mean by QuicServer? It must be a server speaking http/3 and webtransport, quic alone is not enough, |
A server implementing Quic protocol |
But quic protocol enough is not sufficient. WebTransport is not Quic. WebTransport is Quic with http/3 and special WebTransport semantics, so this can not worrk |
Thank you for tolerating my ignorance on the topic. If you can extend your tolarance a small branch is it possible to to connect to a Quic server using your package. If not if you know a thread that can help me please point me to it. Thanks |
No, it is not possible. |
At least, if it is not a quicserver with support for webtransport over http/3 |
Hello I am trying to use this module with a Quic server (not localhost) the server has an IP and a port but I am getting:
Opening handshake failed.
Ps I am not using a browser but rather nodejs and am importing
WebTransport
from@fails-components/webtransport/lib/webtransport.node
am i doing anything wrong?
I checked #166 but it doesnt seem to be related as he is trying to connect from the browser and what solved it to him was using ip instead of localhost which I am doing since the server I am connecting to is not on localhost
The text was updated successfully, but these errors were encountered: