| tlsAuth | boolean | _HTTP\*_, MySQL | Enable TLS authentication using client cert configured in secure json data |
| tlsAuthWithCACert | boolean | _HTTP\*_, MySQL, PostgreSQL | Enable TLS authentication using CA cert |
| tlsSkipVerify | boolean | _HTTP\*_, MySQL, PostgreSQL | Controls whether a client verifies the server's certificate chain and host name. |
| serverName | string | _HTTP\*_ | Optional. Controls the server name used for certificate common name/subject alternative name verification. Defaults to using the data source URL. |
| tlsSkipVerify | boolean | _HTTP\*_, MySQL, PostgreSQL, MSSQL | Controls whether a client verifies the server's certificate chain and host name. |
| serverName | string | _HTTP\*_, MSSQL | Optional. Controls the server name used for certificate common name/subject alternative name verification. Defaults to using the data source URL. |
| graphiteVersion | string | Graphite | Graphite version |
| timeInterval | string | Prometheus, Elasticsearch, InfluxDB, MySQL, PostgreSQL and MSSQL | Lowest interval/step value that should be used for this data source. |
@ -179,7 +179,7 @@ Since not all datasources have the same configuration settings we only have the
<selectid="encrypt-select"class="gf-form-input"ng-model="ctrl.current.jsonData.encrypt"ng-options="mode for mode in ['disable', 'false', 'true']"ng-init="ctrl.current.jsonData.encrypt"aria-labelledby="encrypt-label"></select>
<selectid="encrypt-select"class="gf-form-input"ng-model="ctrl.current.jsonData.encrypt"ng-options="mode for mode in ['disable', 'false', 'true']"ng-init="ctrl.current.jsonData.encrypt"ng-change="ctrl.onEncryptChange()"aria-labelledby="encrypt-label"></select>
<info-popovermode="right-absolute">
Determines whether or to which extent a secure SSL TCP/IP connection will be negotiated with the server.
tooltip="Skip verifying Server Certificate for TLS/SSL. If this is enabled, any certificate presented by the server and any host name in that certificate will be accepted. In this mode, TLS is susceptible to man-in-the-middle attacks. This should be used only for testing."