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
> **_NOTE:_** Couchbase Capella clusters are using Transport Security Layer (TLS) cryptographic protocol to secure traffic between the cluster and client applications.
159
159
> For simplicity, we will forego certificate validation step in this tutorial.
160
160
> It is highly recommended to always verify your cluster's certificate on production environments.
161
-
162
-
<<<<<<< HEAD
163
-
> **_NOTE:_** Couchbase Capepella clusters are using Transport Security Layer (TLS) cryptographic protocol to secure traffic between the cluster and client applications.
164
-
Every Capella cluster comes with its own self-signed TLS certificate.
165
-
This certificate can be used by client applications to verify the identity of the server and prevent attackers from intercepting database traffic.
166
-
It is highly recommended to always verify your cluster's certificate on production environments.
167
-
Please refer to "Full Example / Couchbase Capella Sample" and "Cloud Connections" sections of [Install and Start Using the Java SDK with Couchbase Server](https://docs.couchbase.com/java-sdk/current/hello-world/start-using-sdk.html#full-example) for information on how to validate cluster certificates.
168
-
169
-
To connect to Capella, use `couchbases://` connection protocol and add `?tls=no_verify` to the connection string:
Save the file and start the sample application by running the following command in the root folder of the project:
176
-
=======
177
161
> Please refer to "Full Example / Couchbase Capella Sample" and "Cloud Connections" sections of [Install and Start Using the Java SDK with Couchbase Server](https://docs.couchbase.com/java-sdk/current/hello-world/start-using-sdk.html#full-example) for information on how to validate cluster certificates.
178
162
179
163
180
-
To confiure Capella connections, use a `ClusterEnvironment` with enabled TLS security:
164
+
To configure Capella connections, use a `ClusterEnvironment` with enabled TLS security:
181
165
182
166
```java
183
167
@Bean
@@ -191,7 +175,7 @@ To confiure Capella connections, use a `ClusterEnvironment` with enabled TLS sec
0 commit comments