How do we disable the hostname verification in SSL

i have SSL self signed certificates , how do we disable the hostname verification.

Thanks in advance .

It may vary per component. Can you be more specific on the components and versions? Are you looking for client cluster, or XDCR between clusters, or other?

At least for the SDKs, this is covered in the documentation in the section on Managing Connections.

Hi Ingethr,
We are using couchbase 6.0. In this version we are trying to setup ssl between node to node in the cluster and client to server (cluster) . The cluster is set up in GCP where server ip may vary . what we are looking for : -

  1. node to node -disabling of hostname verification done by ssl .
  2. client to node - disabling of hostname verification done by ssl .

I’m unable to find it in Managing Connections section in the documentation for the SDKs also.