HTTP/3 doesn't work when used both for socket-activated sockets and sockets created on the custom network #23
Closed
eriksjolund
started this conversation in
General
Replies: 1 comment
-
fixed by new Example 2 This traefik PR is also needed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had some success with setting up HTTP/3.
Design goal:
The traefik container serves HTTP/3 on the socket-activated sockets.
The traefik container also creates listening sockets on the custom network mynet and serves HTTP/3.
I didn't succeed getting that to work. If anyone knows how to accomplish the above goal, please let me know.
But I managed to get something working:
http3-inside
One configuration variant that I named http3-inside supports this:
HTTP/3 is available on the custom network mynet.
HTTP2 is available on the socket-activated sockets.
http3-outside
One configuration variant that I named http3-outside supports this:
HTTP/3 is available on the socket-activated sockets.
Show curl output
result of curl commands:
click me for details
commands:
output when using
variant=http3-inside
output when using
variant=http3-outside
Beta Was this translation helpful? Give feedback.
All reactions