Skip to content

TLS verify is skipped by default #3029

@simonswine

Description

@simonswine

Looking into the TLS implementation of cortex, we are not validating the server side certificates by default.

I think we should validate by default and expose a skip verify flag/config option to get the current behaviour if necessary.

The problem lies pretty much in this line:

InsecureSkipVerify: true,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions