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

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.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
If the parent CouchbaseClientSection's UseSSL is false, setting this to true will override that configuration and enable the Bucket to use SSL./>
See Also