- 16 Apr, 2018 1 commit
-
-
Mario Trangoni committed
-
- 11 Oct, 2017 4 commits
-
-
I renamed `tlsAuth` to `tlsClientAuth` to better describe the fact that this variable is used to enable TLS client authentication (as opposed to server authentication) in c04d95f35. However, changing the name breaks backwards compatibility for existing installations using this feature and Grafana does not have a standardised way of migrating changes in the schema: https://github.com/grafana/grafana/pull/9377#issuecomment-333063543 For reasons of expediency given the severity of the bug (not verifying TLS), keep the old name.
Matt Bostock committed -
Matt Bostock committed
-
In c04d95f35 I changed the default for datasource HTTP requests so that TLS is always verified. This commit adds a checkbox to allow an admin to explicitly skip TLS verification, for testing purposes.
Matt Bostock committed -
Matt Bostock committed
-
- 28 Sep, 2017 1 commit
-
-
Default transport enables it: * https://github.com/golang/go/blob/d2826d3e06/src/net/http/transport.go#L42-L46 ``` DialContext: (&net.Dialer{ Timeout: 30 * time.Second, KeepAlive: 30 * time.Second, DualStack: true, }).DialContext, ``` See also: https://github.com/golang/go/issues/15324
Ivan Babrou committed
-
- 24 Sep, 2017 1 commit
-
-
bergquist committed
-
- 13 Sep, 2017 1 commit
-
-
Brandon Arp committed
-
- 07 Dec, 2016 1 commit
-
-
* datasource: move caching closer to datasource struct * tsdb: use cached version of datasource http transport closes #6825
Carl Bergquist committed
-