We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My influxdb is enabled with self-signed certificate: https-enabled = true https-certificate = "/etc/ssl/influxdb-selfsigned.crt" https-private-key = "/etc/ssl/influxdb-selfsigned.key"
https-enabled = true https-certificate = "/etc/ssl/influxdb-selfsigned.crt" https-private-key = "/etc/ssl/influxdb-selfsigned.key"
How to config influx-relay in order to write to my influxdb instance?
The text was updated successfully, but these errors were encountered:
You would need the system running influxdb relay to trust the CA used to sign the self-signed certs if you want trust to be maintained.
Alternatively, it looks like there is a SkipTLSVerification flag in the config that can be used. https://github.com/influxdata/influxdb-relay/blob/master/relay/config.go#L54
SkipTLSVerification
Sorry, something went wrong.
No branches or pull requests
My influxdb is enabled with self-signed certificate:
https-enabled = true https-certificate = "/etc/ssl/influxdb-selfsigned.crt" https-private-key = "/etc/ssl/influxdb-selfsigned.key"
How to config influx-relay in order to write to my influxdb instance?
The text was updated successfully, but these errors were encountered: