ClientConfigurationUseSsl Property |
Set to true to use Secure Socket Layers (SSL) to encrypt traffic between the client and Couchbase server.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool UseSsl { get; set; }
Public Property UseSsl As Boolean
Get
Set
public:
property bool UseSsl {
bool get ();
void set (bool value);
}
member UseSsl : bool with get, set
Property Value
Type:
Boolean
RemarksRequires the SSL certificate to be stored in the local Certificate Authority to enable SSL.
RemarksThis feature is only supported by Couchbase Cluster 3.0 and greater.
RemarksSet to true to require all buckets to use SSL.
RemarksSet to false and then set UseSSL at the individual Bucket level to use SSL on specific buckets.
See Also