HTTP/2 support with hypercorn

Hello!

Hope you are good.

I’m trying to configure HTTP2 support on my web server. The web server is hypercorn, so it supports HTTP2 even without https. But when I make a request to the site I’m getting:

render.com proxy:
curl -I my-site-com
HTTP/2 405
content-type: application/json
cf-cache-status: DYNAMIC
allow: GET
vary: Accept-Encoding
x-render-origin-server: hypercorn-h11
server: cloudflare

Local run:
curl --http2 -I localhost:8000
HTTP/1.1 101
server: hypercorn-h11
connection: upgrade
upgrade: h2c

HTTP/2 405
allow: GET
content-length: 31
content-type: application/json
server: hypercorn-h2

Also tested with haproxy and it works well, getting hypercorn-h2, but could not find a difference in headers …

Please help configuring that, thank you.

Best regards,
Ivan

The task for improvement here: Connection between Render proxy and user service supports HTTP/2 | Feature Requests | Render

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.