Skip to content
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

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

Open
JohannesHeld opened this issue Jul 22, 2024 · 0 comments
Open

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

JohannesHeld opened this issue Jul 22, 2024 · 0 comments

Comments

@JohannesHeld
Copy link

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.

  • What rights does the user need? I gave him Query Select.
  • How to add a self-signed certificate?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant