# Does HAProxy support 'raw' QUIC and/or WebTransport?

**URL:** https://discourse.haproxy.org/t/does-haproxy-support-raw-quic-and-or-webtransport/8926
**Category:** Help!
**Created:** [August 14, 2023, 9:40pm UTC](https://discourse.haproxy.org/t/does-haproxy-support-raw-quic-and-or-webtransport/8926 "2023-08-14T21:40:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jmcateer](https://avatars.discourse-cdn.com/v4/letter/j/c57346/32.png) [@jmcateer](https://discourse.haproxy.org/u/jmcateer)
#### Post date: [August 14, 2023, 9:40pm UTC](https://discourse.haproxy.org/t/does-haproxy-support-raw-quic-and-or-webtransport/8926/1 "2023-08-14T21:40:09Z")

</div>

I understand QUIC support for HTTP/3 has been added in the last few releases 2.6 → 2.8. However, I am curious about a couple of different QUIC related use cases.

1. Can HAProxy be used to load balance ‘raw’ QUIC connections (eg. not involving or relating to HTTP)
2. Can HAProxy be used to load balance the relatively new WebTransport protocol, which ‘upgrades’ from a standard HTTP/3 connection to a persistent two-way connection, similar to WebSocket in HTTP/1.1?

Thanks in advance for any insight.

---

<div class="post-metadata">

### Author: ![stormrover](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.haproxy.org/stormrover/32/1847_2.png) [@stormrover](https://discourse.haproxy.org/u/stormrover)
#### Post date: [August 18, 2023, 4:22am UTC](https://discourse.haproxy.org/t/does-haproxy-support-raw-quic-and-or-webtransport/8926/2 "2023-08-18T04:22:40Z")

</div>

Welcome! I’m by far no expert, but from what I understand:

1. Raw QUIC doesn’t appear to have support. If it’s there, I’ve overlooked how to configure it. I see binds for UDP and QUIC, but the only two modes I see are TCP and HTTP.
2. It appears someone just asked for WebTransport support [here](https://github.com/haproxy/haproxy/issues/2256).

---

<div class="post-metadata">

### Author: ![jmcateer](https://avatars.discourse-cdn.com/v4/letter/j/c57346/32.png) [@jmcateer](https://discourse.haproxy.org/u/jmcateer)
#### Post date: [August 18, 2023, 10:22am UTC](https://discourse.haproxy.org/t/does-haproxy-support-raw-quic-and-or-webtransport/8926/3 "2023-08-18T10:22:23Z")

</div>

Thanks for the feedback. Good info.

---

<div class="post-metadata">

### Author: ![lucid\_thayne](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.haproxy.org/lucid_thayne/32/660_2.png) [@lucid\_thayne](https://discourse.haproxy.org/u/lucid_thayne)
#### Post date: [August 22, 2023, 5:19pm UTC](https://discourse.haproxy.org/t/does-haproxy-support-raw-quic-and-or-webtransport/8926/4 "2023-08-22T17:19:21Z")

</div>

Would binding with quic but using tcp mode work?
