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
WebTransport can act as a replacement for Secure WebSockets (/wss) that is easier to set up thanks to "certificate hashes" feature which might provide means to remove the need for getting TLS cert from some CA
Limited to Chromium-based browsers now (Firefox wip but not ETA, Safari plans tbd)
libp2p team is looking into "certificate hashes", internal evaluation (libp2p notes)
The most exciting feature for us (other than the improved performance and hole punching success rates that QUIC gives us) is that the W3C added a browser API allowing browsers to establish connections to nodes with self-signed certificates, provided they know the hash of the certificate in advance: serverCertificateHashes. Even more exciting, this is already implemented in Chrome and will ship with version 100.
tl;dr
/wss) that is easier to set up thanks to "certificate hashes" feature which might provide means to remove the need for getting TLS cert from some CAStatus
serverCertificateHashesoptionReading
serverCertificateHashesoption