skip tls verification for javascript import statements #2697
Labels
evaluation needed
proposal needs to be validated or tested before fully implementing it in k6
feature
lower prio
refactor
ux
Feature Description
I am trying to run k6 inside some environment with a custom tls setup.
this leads to getting such errors when trying to run
k6 run
command:Is there any way I can overcome this?
I tried
--insecure-skip-tls-verify
flag, but it seems it works for HTTP requests going out of the test script itself, not the imports.(should I open this feature request at goja instead?)
Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: