Skip to content

Commit 0f82233

Browse files
authored
Merge pull request #180127 from JasonYeMSFT/dev/chuye/add-ignore-cert-error-flag
Add --ignore-certificate-errors flag
2 parents 23c02ad + d87fd28 commit 0f82233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/storage/common/storage-explorer-command-line-options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Option | Description
2323
`--auto-open-dev-tools` | Let the application open the developer tools window as soon as the browser window shows. This option is useful when you want to hit a break point at a line in the start-up code of the browser window.
2424
`--verbosity` | Set the verbosity level of Storage Explorer logging. Supported verbosity levels include `debug`, `verbose`, `info`, `warn`, `error`, and `silent`. For example, `--verbosity=verbose`. When running in production mode, the default verbosity level is `info`. When running in debug mode, the log verbosity level will always be `debug`.
2525
`--log-dir` | Set the directory to save log files. For example, `--log-dir=path_to_a_directory`.
26+
`--ignore-certificate-errors` | Tell Storage Explorer to ignore certificate errors. This flag can be useful when you need to work in a trusted proxy environment with non-public Certificate Authority. We recommend you to [use system proxy (preview)](./storage-explorer-network.md#use-system-proxy-preview) in such proxy environments and only set this flag if the system proxy doesn't work.
2627

2728
An example of starting Storage Explorer with custom command-line options
2829

0 commit comments

Comments
 (0)