Skip to content

Commit

Permalink
docs(proxy): Update proxy config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abasha1234 committed Aug 27, 2024
1 parent 0bdf4bb commit 69eba17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ disk rather than executing the command each time you start a shell.

### Proxy configuration

Ensure to set `HTTPS_PROXY` environment variable when using a proxy server.
Please ensure the `HTTPS_PROXY` environment variable is set when using a proxy server.

New Relic CLI supports only HTTPS proxy (not HTTP) due to security concerns.
New Relic CLI exclusively supports `https` proxy, not `http` for security reasons.

```
HTTPS_PROXY=localhost:8888 newrelic diagnose validate
Expand Down

0 comments on commit 69eba17

Please sign in to comment.