Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 2.38 KB

File metadata and controls

32 lines (25 loc) · 2.38 KB
title SQL Server Native Client Configuration Properties (Flags Tab)
ms.custom seo-lt-2019
ms.date 03/14/2017
ms.prod sql
ms.prod_service sql-tools
ms.reviewer
ms.technology configuration
ms.topic conceptual
ms.assetid 59af121d-c8b9-4faa-91a1-b664f2c9b441
author markingmyname
ms.author maghan
monikerRange >=sql-server-2016||=sqlallproducts-allversions

SQL Server Native Client Configuration Properties (Flags Tab)

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md-winonly] [!INCLUDEmsCoName] [!INCLUDEssNoVersion] clients on this machine, communicate with [!INCLUDEssNoVersion] servers using the protocols provided in the [!INCLUDEssNoVersion] Native Client library file. This page provides configures the client computer to request an encrypted connection using Secure Sockets Layer (SSL). If an encrypted connection cannot be established, the connection will fail.

The login process is always encrypted. The options below apply only to encrypting data. For more information about how [!INCLUDEssNoVersion] encrypts communication and for instructions on how to configure the client to trust the root authority of the server certificate, see "Encrypting Connections to [!INCLUDEssNoVersion]" and "How to: Enable Encrypted Connections to the [!INCLUDEssDE] ( [!INCLUDEssNoVersion] Configuration Manager)" in [!INCLUDEssNoVersion] Books Online.

Options

Force protocol encryption
Request a connection using SSL.

Trust Server Certificate
When set to No, the client process attempts to validate the server certificate. The client and server must have each have a certificate issues from a public certification authority. If the certificate is not present on the client computer, or if the validation of the certificate fails, the connection is terminated.

When set to Yes, the client does not validate the server certificate, thereby enabling the use of a self-signed certificate.

Trust Server Certificate is only available if Force protocol encryption is set to Yes.