Skip to content

Commit f6183aa

Browse files
authored
Merge pull request #109138 from TimShererWithAquent/us1679050aw
Change SSL to TLS per 1679050
2 parents 79a39ae + 46ad962 commit f6183aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/files/storage-sync-files-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ If this error persists for longer than a few hours, create a support request and
584584
| **Error string** | CERT_E_UNTRUSTEDROOT |
585585
| **Remediation required** | Yes |
586586
587-
This error can happen if your organization is using an SSL terminating proxy or if a malicious entity is intercepting the traffic between your server and the Azure File Sync service. If you are certain that this is expected (because your organization is using an SSL terminating proxy), you skip certificate verification with a registry override.
587+
This error can happen if your organization is using a TLS terminating proxy or if a malicious entity is intercepting the traffic between your server and the Azure File Sync service. If you are certain that this is expected (because your organization is using a TLS terminating proxy), you skip certificate verification with a registry override.
588588
589589
1. Create the SkipVerifyingPinnedRootCertificate registry value.
590590
@@ -598,7 +598,7 @@ This error can happen if your organization is using an SSL terminating proxy or
598598
Restart-Service -Name FileSyncSvc -Force
599599
```
600600
601-
By setting this registry value, the Azure File Sync agent will accept any locally trusted SSL certificate when transferring data between the server and the cloud service.
601+
By setting this registry value, the Azure File Sync agent will accept any locally trusted TLS/SSL certificate when transferring data between the server and the cloud service.
602602
603603
<a id="-2147012894"></a>**A connection with the service could not be established.**
604604

0 commit comments

Comments
 (0)