Skip to content

Re-evaluate TLS (and possibly HTTP) settings and defaults used in the codebase #277

@mtrmac

Description

@mtrmac

Outstanding comments from containers/image#160:

  • Why are we using a ServerDefault tls.Config in a client?
  • Why are we applying it only to a single path, not when we override tls.Config for our purposes?
  • In tlsclientconfig.NewTransport, the proxyDialer setup should happen before we create a http.Transport, so that we don’t need to override tr.Dial in a created object. Irrelevant after Remove go-conections uses in tlsclientconfig image#1748

Metadata

Metadata

Assignees

No one assigned

    Labels

    imageRelated to "image" package

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions