Skip to content

Commit

Permalink
Merge pull request tag1consulting#566 from jeremyandrews/docs
Browse files Browse the repository at this point in the history
document --accept-invalid-certs
  • Loading branch information
jeremyandrews committed Oct 5, 2023
2 parents 6d0f111 + 0a82722 commit e7aea3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog

## 0.17.3-dev
- [#565](https://github.com/tag1consulting/goose/pull/565) add `--accept-invalid-certs` to skip validation of https certificates

## 0.17.2 August 28, 2023
- [#557](https://github.com/tag1consulting/goose/pull/557) speed up user initialization on Linux
Expand Down
1 change: 1 addition & 0 deletions src/docs/goose-book/src/getting-started/runtime-options.md
Expand Up @@ -66,6 +66,7 @@ Advanced:
--co-mitigation STRATEGY Sets coordinated omission mitigation strategy
--throttle-requests VALUE Sets maximum requests per second
--sticky-follow Follows base_url redirect with subsequent requests
--accept-invalid-certs Disables validation of https certificates
```

All of the above configuration options are [defined in the developer documentation](https://docs.rs/goose/*/goose/config/struct.GooseConfiguration.html).

0 comments on commit e7aea3b

Please sign in to comment.