ClientConfiguration UseSsl Property Couchbase .NET SDK 2.0
Set to true to use Secure Socket Layers (SSL) to encrypt traffic between the client and Couchbase server.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public bool UseSsl { get; set; }

Property Value

Type: Boolean
Remarks
Requires the SSL certificate to be stored in the local Certificate Authority to enable SSL.
Remarks
This feature is only supported by Couchbase Cluster 3.0 and greater.
Remarks
Set to true to require all buckets to use SSL.
Remarks
Set to false and then set UseSSL at the individual Bucket level to use SSL on specific buckets.
See Also