rpardini / docker-registry-proxy

An HTTPS Proxy for Docker providing centralized configuration and caching of any registry (quay.io, DockerHub, k8s.gcr.io)
Apache License 2.0
912 stars 170 forks source link

Are there any plans to support http2 upstream? #101

Open hishamanver opened 3 years ago

hishamanver commented 3 years ago

We have a scenario where the upstream server uses http2.

We get a 426 response from the server https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/426 upon query

hishamanver commented 3 years ago

Above PR implements HTTP2 support