QUIC Reverse Proxy (and devsisters' libquic)

968 views
Skip to first unread message

Igor Gatis

unread,
May 30, 2016, 10:39:56 AM5/30/16
to QUIC Prototype Protocol Discussion group
I'd like to try out QUIC using a reverse proxy. The idea is that my experimental client will talk QUIC to this proxy and it will talk to a test server using regular HTTPS.


Does anyone recommend this reverse proxy and its client libraries?

TLS is mandatory in my scenario. The link above states:

Since Google QUIC team turned down insecure QUIC, most recent Chrome Canary (>= 46.0) may not be able to connect to our quic proxy container. We have a plan to release a https supporting reverse-proxy image soon.

AFAIU, that restriction only applies to Chrome. libquic (and thus goquic) are not affected. Is that correct?

Joonsung Lee

unread,
May 30, 2016, 10:58:39 AM5/30/16
to QUIC Prototype Protocol Discussion group
Hello, I am maintaining GoQuic and libquic projects.
GoQuic supports TLS connection and not supporting plain HTTP anymore. That document is outdated. Sorry for that, and I will update it soon.

GoQuic (and libquic) is based on chromium QUIC code, So any protocol changes to chromium code should be applied to GoQuic as well.
We currently supports QUIC version 25 ~ QUIC version 33 and are syncing chromium's QUIC code regularly.

FYI We are using our server implementation (GoQuic reverse proxy) on our production servers (with cronet on client side) and it's working well now. I think it is quiet stable.
GoQuic client should work well, but it is less stable than server implementation.
Reply all
Reply to author
Forward
0 new messages