Skip to content

Commit

Permalink
docs: fix -insec flag
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Gardner <[email protected]>
  • Loading branch information
agardnerIT committed Dec 22, 2023
1 parent 0e3c063 commit fe8b8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/insecure-flag.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Default: `false`

The optional `-ins [false|true]` or `--insecure [false|true]` flag exists to encourage "secure by default" practices by encouraging the sending of span only to `https://` endpoints. However, tracepusher **does** still work with `http://` endpoints.
The optional `-insec [false|true]` or `--insecure [false|true]` flag exists to encourage "secure by default" practices by encouraging the sending of span only to `https://` endpoints. However, tracepusher **does** still work with `http://` endpoints.

The `--insecure` flag affects whether or not tracepusher will connect to insecure `http://` endpoints or not.

Expand Down

0 comments on commit fe8b8cd

Please sign in to comment.