Skip to content
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

h3 header to use https_redirection_port #192

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

akostadinov
Copy link
Contributor

This is a follow-up to #178

rpxy listens to port 8443 but firewall forwards 443 to it.

When running a HTTP3 check with https://www.http3check.net I see:

HTTP/1.1 200 OK
x-powered-by: Express
content-type: text/html; charset=utf-8
cache-control: no-store
content-length: 6033
etag: "1791-mYZsXQnlnZvRokIH6Nbx+zvQQPc"
date: Thu, 19 Sep 2024 21:25:18 GMT
server: rpxy
alt-svc: h3=":8443"; ma=3600

And it complains that

Server does not advertise supported HTTP/3 or QUIC version on the same port.

My understanding is that HTTP3 should always be on the same port as HTTP1/2.

Copy link
Owner

@junkurihara junkurihara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! It is a nice catch. I actually missed it.

@junkurihara junkurihara merged commit d26e0f4 into junkurihara:develop Sep 20, 2024
2 checks passed
This was referenced Oct 10, 2024
xkr47 added a commit to xkr47/rust-rpxy that referenced this pull request Oct 26, 2024
junkurihara#192 forgot to update the example configuration file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants