Skip to content

How to use msquic to interact with nginx on Linux #2350

Answered by nibanks
baentsch asked this question in Q&A
Discussion options

You must be logged in to vote

It depends on your definition of interact. MsQuic is purely a QUIC layer/implementation; not HTTP/3. But if your goal is simply to complete an HTTP/3 handshake (not actually do the fully HTTP/3 protocol), then you can use quicreach to do the QUIC handshake:

> quicreach -server:quic.nginx.org -alpn:h3

quic.nginx.org:443:

  0x00000001           h3    reachable

or

> quicreach -server:quic.nginx.org

quic.nginx.org:443:

                    hq-29  unreachable
                    h3-29  unreachable
                      smb  unreachable
               hq-interop  unreachable
  0x00000001           h3    reachable

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
2 replies
@nibanks
Comment options

@nibanks
Comment options

Answer selected by baentsch
Comment options

You must be logged in to vote
5 replies
@baentsch
Comment options

@nibanks
Comment options

@baentsch
Comment options

@nibanks
Comment options

@baentsch
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants