-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
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
insecure_skip_verify not supported for influxdb input plugin #3008
Comments
Support for this is only added in master, and will be in 1.4.0. #2773 If you are following links from https://docs.influxdata.com, note that they are linked to the master branch and are not specific to the version selected. Sorry about this confusion. |
I opened an issue about the links to the docs influxdata/docs.influxdata.com-ARCHIVE#1195 |
I'm running 1.8.2 on Windows, and the error message indicates it's not yet supported.
C:\Program Files\Telegraf>` |
If I remove the option I get: |
The option in the config file should actually be InsecureSkipVerify = true I changed my config to the above and now it works. |
@nickidw did you try with |
Hi Greg,
I did try with the underscores. I had a look at the code, and found it that
the code uses InsecureSkipVerify. I changed my config file to
InsecureSkipVerify and it worked. I have submitted 2 pull requests for the
change to the documentation and sample config.
Thank you,
Nicki
…On Mon, Oct 15, 2018 at 7:21 PM Greg ***@***.***> wrote:
@nickidw <https://github.com/nickidw> did you try with insecure_skip_verify
= true? Underscores (_) should have worked, hyphens (-) would not. Open a
new issue if using the underscored version doesn't work for you.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3008 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALdbgmoGg7dOjcdTj71lrL9cR-sjNrsaks5ulMQzgaJpZM4OU02->
.
|
Apologies, seems I missed the trivial difference between underscore and dash. Thank you for the assistance. |
Bug report
Despite being sort of documented as part of the InfluxDB input plugin, https://github.com/influxdata/telegraf/tree/master/plugins/inputs/influxdb, the
insecure_skip_verify
option is not actually supported.Relevant telegraf.conf:
System info:
Telegraf v1.3.3 (git: release-1.3 46db92a)
CentOS Linux release 7.2.1511 (Core)
Steps to reproduce:
insecure_skip_verify
Expected behavior:
insecure_skip_verify = true
will disable ssl verification of the influxdb certificate when the plugin connects to monitor itActual behavior:
The text was updated successfully, but these errors were encountered: