-
Notifications
You must be signed in to change notification settings - Fork 834
Closed
Description
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:
Line 45 in a4aad5d
InsecureSkipVerify: true, |
Metadata
Metadata
Assignees
Labels
No labels