Couchbase-Ecosystem / grafana-plugin

Grafana Couchbase datasource plugin
MIT License
12 stars 3 forks source link

Query Couchbase running on k8s with a self-signed certificate #10

Open JohannesHeld opened 3 months ago

JohannesHeld commented 3 months ago

Hello,

we're trying to connect to a couchbase cluster running on k8s with a self-signed certificate. For the connection into the k8s, one has to append network=external to the connection string.

As we're using a self-signed certificate, I tried with couchbase:// instead of couchbases://. However, I got this error message:

Node 0f0bcc5c-e761-4409-bee2-73ee4a753aa2 at remote http://node-0000.spielwiese.DOMAIN:8093 ping response was not ok: Get "http://node-0000.spielwiese.DOMAIN:8093/admin/ping": dial tcp xx.xx.xx.30:8093: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

The connector tries to connect to /admin/ping on the couchbase node.