-
-
Notifications
You must be signed in to change notification settings - Fork 692
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
HTTP3/QUIC support #1390
Comments
not sure on the specifics but wouldnt HA core and the frontend need to support this first? |
I'm not sure, honestly... As far as I understand, if you run behind a reverse-proxy, you can customise any HTTP stuff directly from that proxy - add TLS, add headers, etc And since connection between proxy and hass is internal (0ms), it doesn't matter that hass itself doesn't have http3 (But I may be wrong...) There aren't any issues about this in core/frontend repo 🤔 maybe I will create one for reference |
Update: it doesn't seem to fully work 😅 I don't know if it's fault of Caddy, or Firefox, or my router or what, but lovelace can't load when http3 is enabled in Caddy - disabling it makes it work again That just gets me on the ground that quic isn't ready yet :( But maybe official support in app would make it better 👍 |
Okhttp doesn't have the support yet either: square/okhttp#907 |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Nope, I still want it |
Curious what doesn't work properly with http3 enabled on your reverse proxy? |
I recently re-installed my Rpi from ubuntu to hass os, set up this caddy plugin: https://github.com/einschmidt/addon-caddy-2 And currently, nothing works: Idk if hass os is blocking udp or something, but right now even http2 doesnt work :D |
I recently setup envoy in front of HA and the iOS app uses http2 mostly and sometimes http3. Safari on osx and iOS don't seem to use http3 consistently though, chrome will use http3 much more consistently. I haven't tried Android but I'd assume it's more consistent with http3. |
I just recently switched from Nginx to Caddy for reverse proxy, and OH MY GOD IT'S SO GOOD
Caddy makes it super easy to add experimental HTTP3 protocol, which uses quic, which makes it much faster 🚀
Is there any chance to add http3 support for Home Assistant app?
The text was updated successfully, but these errors were encountered: