image
image copied to clipboard
Re-evaluate TLS (and possibly HTTP) settings and defaults used in the codebase
Outstanding comments from #160:
- Why are we using a
ServerDefaulttls.Configin a client? -
Why are we applying it only to a single path, not when we overridetls.Configfor our purposes? -
InIrrelevant after https://github.com/containers/image/pull/1748tlsclientconfig.NewTransport, theproxyDialersetup should happen before we create ahttp.Transport, so that we don’t need to overridetr.Dialin a created object.