Re: [openscreenprotocol] [QUIC] Investigate WebSocket layering onto QUIC

I'm not sure what is meant here by QUARTC.  As the person who came up with the word (which I spell  "Quartc"), I'm interested to know what you think it means.

I'm guessing you mean something like one of these two:

http://draft.ortc.org/#dom-rtcquictransport
https://github.com/w3c/webrtc-quic/blob/master/index.html

They are roughly the same.


Currently they are defined for QUIC with ICE where the client does ICE then QUIC.  ICE does need some signaling (although it's basically just that you need ip + port + ufrag + pwd instead of just ip + port), and QUIC needs a remote certificate.  

You don't need a CA for the certificate.  You just need to pass the fingerprint over the certificate into the QuicTransport.  So perhaps there is no TLS problem?



-- 
GitHub Notification of comment by pthatcherg
Please view or discuss this issue at https://github.com/webscreens/openscreenprotocol/issues/62#issuecomment-367190922 using your GitHub account

Received on Wednesday, 21 February 2018 02:14:08 UTC