Skip to content

Commit 3bca4e0

Browse files
authored
Merge pull request #21382 from David-Engel/patch-3
Fix typo
2 parents 8ff8671 + feeabdd commit 3bca4e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/oledb/release-notes-for-oledb-driver-for-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you need to download the installer in a language other than the one detected
3737
| Feature added | Details |
3838
| :------------ | :------ |
3939
| TDS 8.0 support | The encryption connection string keyword/property now includes the option for strict encryption, which encrypts the whole connection (including PRELOGIN packets). |
40-
| Secure by default | **BREAKING CHANGE**<br />The driver now defaults to secure-by-default options. Encrypted connections are enabled by default. The server certificate is now validated when cliend-side encryption is off but the server requires encryption.<br /><br />To restore previous version behavior, you need to opt-in to non-encrypted connections (`Encrypt` or `Use Encryption for Data` option) and trust the server certificate (`Trust Server Certificate` option), if the server uses a self-signed certificate. For more information, see [Using encryption without validation](features/using-encryption-without-validation.md). |
40+
| Secure by default | **BREAKING CHANGE**<br />The driver now defaults to secure-by-default options. Encrypted connections are enabled by default. The server certificate is now validated when client-side encryption is off but the server requires encryption.<br /><br />To restore previous version behavior, you need to opt-in to non-encrypted connections (`Encrypt` or `Use Encryption for Data` option) and trust the server certificate (`Trust Server Certificate` option), if the server uses a self-signed certificate. For more information, see [Using encryption without validation](features/using-encryption-without-validation.md). |
4141
| Support for the `Host Name In Certificate` connection string keyword, and the `SSPROP_INIT_HOST_NAME_CERTIFICATE` initialization property. | The user may now specify the host name to be used when validating the SQL Server TLS/SSL certificate. |
4242

4343
## Previous releases

0 commit comments

Comments
 (0)