Addono / container-registry-proxy

A proxy for modifying requests to container registries using plugins.
https://github.com/Addono/container-registry-proxy
MIT License
12 stars 2 forks source link

feat: Support switching between http and https #4

Open Addono opened 4 years ago

Addono commented 4 years ago

Would be best to be done automatically, a naive method would be to try over HTTP and follow the HTTPS upgrade.

Future versions could skip this automatic upgrade by starting with the method how the proxy itself was invoked.

Addono commented 4 years ago

It would be suitable to honorx-forwarded-proto and otherwise default to HTTP.