quic not working
See original GitHub issueHi,
just FYI, quic is not working as per documentation. I also tried this:
server: pproxy --ssl certificate.crt,certificate.key -ul http+quic://:443 -vv
but the client can’t do this:
pproxy -ur http+quic://server:443 -vv
Cheers,
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
QUIC and HTTP/3 Support | LiteSpeed Web Server
QUIC will not work with a proxy front end like CloudFlare. QUIC will only applied to HTTPS, not HTTP.
Read more >How to fix Google Chrome ERR QUIC PROTOCOL ERROR?
1. Disable the QUIC Protocol. 2. Remove or Disable Third-Party Browser Extensions. 3. Disable Your Firewall Temporarily.
Read more >QUIC not working - DNS & Network - Cloudflare Community
QUIC is most likely working. I tested a handful of sites on Cloudflare and QUIC is working. What's the domain?
Read more >How to Fix ERR_QUIC_PROTOCOL_ERROR in Chrome ...
As the name suggests, this error indicates some problem with Chrome's use of its Quick UDP Internet Connections (QUIC protocol) feature.
Read more >Why does not work quic ? · Issue #1763 · haproxy ... - GitHub
As QUIC is a still recent protocol, try to use the more recent version of chrome/firefox. If you can, try to record a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
quic connection is very stable and useful for handling multiple streams in a single UDP port. I am using quic everyday. 😃
excellent 😃 will do. Thanks sir