Skip to content

Commit b949b03

Browse files
authored
Merge pull request #108998 from TimShererWithAquent/us1679050as
Change SSL to TLS per 1679050
2 parents 943b37e + 6365f9c commit b949b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-howto-connecting-azure-sql-iaas-to-azure-search-using-indexers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Azure Cognitive Search requires an encrypted channel for all indexer requests ov
3535
* In regedit, browse to this registry key: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\[MSSQL13.MSSQLSERVER]\MSSQLServer\SuperSocketNetLib\Certificate`.
3636

3737
The `[MSSQL13.MSSQLSERVER]` part varies based on version and instance name.
38-
* Set the value of the **Certificate** key to the **thumbprint** of the SSL certificate you imported to the VM.
38+
* Set the value of the **Certificate** key to the **thumbprint** of the TLS/SSL certificate you imported to the VM.
3939

4040
There are several ways to get the thumbprint, some better than others. If you copy it from the **Certificates** snap-in in MMC, you will probably pick up an invisible leading character [as described in this support article](https://support.microsoft.com/kb/2023869/), which results in an error when you attempt a connection. Several workarounds exist for correcting this problem. The easiest is to backspace over and then retype the first character of the thumbprint to remove the leading character in the key value field in regedit. Alternatively, you can use a different tool to copy the thumbprint.
4141

4242
3. Grant permissions to the service account.
4343

44-
Make sure the SQL Server service account is granted appropriate permission on the private key of the SSL certificate. If you overlook this step, SQL Server will not start. You can use the **Certificates** snap-in or **CertUtils** for this task.
44+
Make sure the SQL Server service account is granted appropriate permission on the private key of the TLS/SSL certificate. If you overlook this step, SQL Server will not start. You can use the **Certificates** snap-in or **CertUtils** for this task.
4545

4646
4. Restart the SQL Server service.
4747

0 commit comments

Comments
 (0)