You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If both Insecure and PlainHTTP is requested for the host, use a
transport that falls back to HTTP in case of an HTTP request to a HTTPS
client error.
This also changes the order - before that an HTTP connection was
attempted first. Now an HTTPS connection with insecure TLS check will be
attempted first and will only fallback to HTTP if the former fails.
This fixes push to an insecure HTTPS-only registry.
Signed-off-by: Paweł Gronowski <[email protected]>
(cherry picked from commit 1096d71)
Signed-off-by: Paweł Gronowski <[email protected]>
0 commit comments