-
Notifications
You must be signed in to change notification settings - Fork 489
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
Kapacitor subscriptions fail with InfluxDB when SSL is enabled for Kapacitor #942
Comments
@mglazer You need to set the |
Hey Nathaniel: Thanks for the quick response. I did that, but now I'm seeing the following: In influx:
In kapacitor:
I'm using the exact same certificates/keys between influx, grafana, kapacitor. In kapacitor.conf I have:
(note: I've tried uncommenting the ssl- lines and commenting them, doesn't seem to do much). I'm not totally certain how the relationship between kapacitor/influx is supposed to work, so I know where the missing trust relationship setting is happening. |
Dove into this a bit. This ended up being an InfluxDB issue. See PR: influxdata/influxdb#7392 Feel free to close this. |
@mglazer Thanks for the InfluxDB PR! Closing this... |
I'm a little unsure if I should file this in Influx or in Kapacitor, but I'll file it in Kapacitor anyways.
Steps to reproduce
What you see
In kapacitor error logs:
In Influx Error logs:
It seems the issue is in
subscriber/http.go
:https://github.com/influxdata/influxdb/blob/1.0/services/subscriber/http.go
where subscriber doesn't connect to the subscribee (in this case, I believe it's Kapacitor) using SSL.
Product Versions
Kapacitor: 1.0.0
InfluxDB: 1.0.0
The text was updated successfully, but these errors were encountered: