uber / kraken

P2P Docker registry capable of distributing TBs of data in seconds
Apache License 2.0
6.13k stars 422 forks source link

Disable HTTPS to HTTP fallback #327

Closed xinlongz1 closed 2 years ago

xinlongz1 commented 2 years ago

This fallback would prevent retries from happening after TLS enabling because the fallbacked HTTP requests would always get HTTP 400 which is not a retryable code.

This would make all requests from tagclient cannot be retries which impact reliability.