From 0a827228a94fe854277a181c01ccfe591d960671 Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Fri, 29 Sep 2023 14:55:04 +0200 Subject: [PATCH] document --accept-invalid-certs --- CHANGELOG.md | 1 + src/docs/goose-book/src/getting-started/runtime-options.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3fc409..e4846560 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/src/docs/goose-book/src/getting-started/runtime-options.md b/src/docs/goose-book/src/getting-started/runtime-options.md index ab3832a9..bfa2e375 100644 --- a/src/docs/goose-book/src/getting-started/runtime-options.md +++ b/src/docs/goose-book/src/getting-started/runtime-options.md @@ -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). \ No newline at end of file