Skip to content

Commit 71befa4

Browse files
Merge pull request #125787 from changeworld/patch-57
Fix typo
2 parents 6eb321d + 24fa8c1 commit 71befa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/storage-explorer-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To set credentials, you must go to the Proxy Settings dialog (**Edit** > **Confi
8787

8888
### Use system proxy
8989

90-
When this option is selected, Storage Explorer will use your OS proxy settings. More specifically, it will result in network calls being made using the Chromium networking stack. The Chromium networking stack is much more robust than the NodeJS networking stack normally used by Storage Explorer. Here's a snippet from [Chromium's documentation](https://www.chromium.org/developers/design-documents/network-settings) on what all it can do:
90+
When this option is selected, Storage Explorer will use your OS proxy settings. More specifically, it will result in network calls being made using the Chromium networking stack. The Chromium networking stack is much more robust than the Node.js networking stack normally used by Storage Explorer. Here's a snippet from [Chromium's documentation](https://www.chromium.org/developers/design-documents/network-settings) on what all it can do:
9191

9292
> The Chromium network stack uses the system network settings so that users and administrators can control the network settings of all applications easily. The network settings include:
9393
> - proxy settings
@@ -127,7 +127,7 @@ Currently, AzCopy only supports proxy servers that use **basic authentication**.
127127

128128
## SSL certificates
129129

130-
By default, Storage Explorer uses the NodeJS networking stack. NodeJS ships with a predefined list of trusted SSL certificates. Some networking technologies, such as proxy servers or anti-virus software, inject their own SSL certificates into network traffic. These certificates are often not present in NodeJS' certificate list. NodeJS won't trust responses that contain such a certificate. When NodeJS doesn't trust a response, then Storage Explorer will receive an error.
130+
By default, Storage Explorer uses the Node.js networking stack. Node.js ships with a predefined list of trusted SSL certificates. Some networking technologies, such as proxy servers or anti-virus software, inject their own SSL certificates into network traffic. These certificates are often not present in NodeJS' certificate list. Node.js won't trust responses that contain such a certificate. When Node.js doesn't trust a response, then Storage Explorer will receive an error.
131131

132132
You have multiple options for resolving such errors:
133133
- Use [**system proxy**](#use-system-proxy) as your proxy source.

0 commit comments

Comments
 (0)