Merge pull request #1814 from influxdata/dar-140

Add missing TLS configuration options
pull/1826/head
pierwill 2020-11-12 15:04:06 -08:00 committed by GitHub
commit 6571fb8d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -117,6 +117,11 @@ Consult your CA if you are unsure about how to use these files.
# If using a self-signed certificate:
https-insecure-tls = true
# Use TLS when communicating with data notes
data-use-tls = true
data-insecure-tls = true
```
5. **Enable HTTPS within the configuration file for each data node**