Skip to content
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

QUIC indicator not showing up #41

Open
anirudt opened this issue Sep 1, 2016 · 2 comments
Open

QUIC indicator not showing up #41

anirudt opened this issue Sep 1, 2016 · 2 comments

Comments

@anirudt
Copy link

anirudt commented Sep 1, 2016

Hi,

I wanted to set up a working QUIC server and client system working. I have used this repository's server as my QUIC server, bootstrapping it over a SimpleHTTPServer in Python. As far as the client is concerned, I am using Chrome, having enabled its QUIC setting. However, when I run the server, the log still says H2, or HTTP 2.0. Thus, I have a few questions:

  1. Is there any extra setting from the server or the client side that is required to use the devsister's QUIC server with either of the QUIC enabled client browsers [i.e. Chrome/Opera]?
  2. Is there some other packet that we need to look out for?

I must thank you for your repository, and your blog. It was quite insightful! Hoping to obtain some fruitful discussions from the above questions.

Thanking you,
With Best Regards
anirudt

@hodduc
Copy link
Member

hodduc commented Sep 13, 2016

Hi!

  • Which version of Chrome are you using? Old chrome (<= 51.x) needs some extra configuration (whitelisting).
  • QUIC uses UDP packet as base layer. If your network blocks or whitelists UDP packets, QUIC will not work.
  • Are you using valid SSL certificate? If this is the case, you may build server with debug mode then check server log with verbose logging turned on.

@anirudt
Copy link
Author

anirudt commented Sep 14, 2016

Hi,

Which version of Chrome are you using? Old chrome (<= 51.x) needs some extra configuration (whitelisting).

I am using Chrome version 53.0.2785.89. I have enabled the flags at chrome://flags/

QUIC uses UDP packet as base layer. If your network blocks or whitelists UDP packets, QUIC will not work.

My network allows UDP as well.

Are you using valid SSL certificate? If this is the case, you may build server with debug mode then check server log with verbose logging turned on.

Yes, I am using a valid SSL certificate. The page seems to be loading, but Wireshark still only reports it as TCP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants