Skip to content

Commit a67b9f4

Browse files
mstoykovsimskij
andauthored
insecure-skip-tls-verify is only about VU code (#140)
* insecure-skip-tls-verify is only about VU code Fixes grafana/k6#1455 * Update src/data/markdown/docs/01 guides/02 Using k6/05 Options.md Co-authored-by: Simon Aronsson <[email protected]> Co-authored-by: Simon Aronsson <[email protected]>
1 parent ac38e35 commit a67b9f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/data/markdown/docs/01 guides/02 Using k6/05 Options.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Options allow you to configure how k6 will behave during test execution.
2121
| [Hosts](#hosts) | An object with overrides to DNS resolution |
2222
| [HTTP Debug](#http-debug) | Log all HTTP requests and responses |
2323
| [Include System Env Vars](#include-system-env-vars) | Pass the real system environment variables to the runtime |
24-
| [Insecure Skip TLS Verify](#insecure-skip-tls-verify) | A boolean specifying whether should ignore TLS verifications |
24+
| [Insecure Skip TLS Verify](#insecure-skip-tls-verify) | A boolean specifying whether should ignore TLS verifications for VU connections |
2525
| [Iterations](#iterations) | A number specifying a fixed number of iterations to execute of the script |
2626
| [Linger](#linger) | A boolean specifying whether k6 should linger around after test run completion |
2727
| [Log Output](#log-output) | Configuration about where logs from k6 should be send |
@@ -408,7 +408,8 @@ $ k6 run --include-system-env-vars ~/script.js
408408
### Insecure Skip TLS Verify
409409

410410
A boolean, true or false. When this option is enabled (set to true), all of the verifications that
411-
would otherwise be done to establish trust in a server provided TLS certificate will be ignored.
411+
would otherwise be done to establish trust in a server provided TLS certificate will be ignored.
412+
This only applies to connections created by VU code, such as http requests.
412413
Available in `k6 run` and `k6 cloud` commands
413414

414415
| Env | CLI | Code / Config file | Default |

0 commit comments

Comments
 (0)