You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: help/commands-docs/_ENVIRONMENT.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ By default Snyk CLI will connect to `https://snyk.io/api/v1`.
29
29
Sets API host to use for Snyk requests. Useful for on-premise instances and configuring proxies. If set with `http` protocol CLI will upgrade the requests to `https`. Unless `SNYK_HTTP_PROTOCOL_UPGRADE` is set to `0`.
30
30
31
31
-`SNYK_HTTP_PROTOCOL_UPGRADE`=0:
32
-
If set to the value of `0` the API requests aimed at `http` URLs will not be upgraded to `https`. Useful e.g., for reverse proxies.
32
+
If set to the value of `0`, API requests aimed at `http` URLs will not be upgraded to `https`. If not set, the default behavior will be to upgrade these requests from `http` to `https`. Useful e.g., for reverse proxies.
33
33
34
34
-`HTTPS_PROXY` and `HTTP_PROXY`:
35
35
Allows you to specify a proxy to use for `https` and `http` calls. The `https` in the `HTTPS_PROXY` means that _requests using `https` protocol_ will use this proxy. The proxy itself doesn't need to use `https`.
0 commit comments