You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
What rights does the user need? I gave him Query Select.
How to add a self-signed certificate?
The text was updated successfully, but these errors were encountered:
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 ofcouchbases://
. However, I got this error message:The connector tries to connect to
/admin/ping
on the couchbase node.Query Select
.The text was updated successfully, but these errors were encountered: