-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[bitnami/influxdb] v2: Serverside TLS doesn't work #30388
Comments
I think |
Hi @D1StrX , Sorry for the delay.
Could you try including "localhost" and "127.0.0.1" in the SAN? Maybe the probes are failing because you're missing that hostname and therefore the client can't verify the certificates. |
That's not allowed in a let's encrypt certificate. |
I see Have you tried in this case to disable the livenessProbe? In that case you could use a custom one to verify the right behavior. |
While this is the correct configuration, at initial setup I get the error below.
I'm using a simple let's encrypt cert-manager secret and mounting that into the pod. Also including this;
When I run the setup without TLS configuration, it works and I can connect over https to InfluxDB due to the TLS offloading on ingress.
When I start it a second time, with TLS enabled again, it gets stuck at pods 0/1 and restarting:
Liveness probe failed: HTTP probe failed with statuscode: 400
Error: 400 Bad Request: unable to decode response content type ""
Setting
url: https://localhost:8086
is also not fixing the issue:Ref: https://community.influxdata.com/t/influx-command-does-not-work-with-tls-enabled/28758/2
Originally posted by @D1StrX in #30003 (comment)
The text was updated successfully, but these errors were encountered: