From 014cf52733e394147872663d1b853dc85aaea772 Mon Sep 17 00:00:00 2001 From: Cristiano Ventura Date: Tue, 29 Apr 2025 15:26:51 -0400 Subject: [PATCH 1/3] Add instructions for bypassing ssl verification --- docs/sources/k6-studio/troubleshoot.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/k6-studio/troubleshoot.md b/docs/sources/k6-studio/troubleshoot.md index ec6c4951f5..f6fc35d01a 100644 --- a/docs/sources/k6-studio/troubleshoot.md +++ b/docs/sources/k6-studio/troubleshoot.md @@ -55,6 +55,8 @@ Once you've confirmed that your system is configured to use a proxy, configure k Some proxies or HTTPS sites may require a certificate to establish a trusted connection. In this case, specify the certificate in the "Certificate path" field. +Optionally, you can bypass SSL/TLS validation in trusted environments by checking the "Skip SSL/TLS validation" option in k6 Studio settings. This introduces vulnerabilities to TLS interception, please use it carefully. + ## Application logs The application logs are saved in the following directory: From 9db482f5c5331f7a0db8060ee14910bf6530673b Mon Sep 17 00:00:00 2001 From: Cristiano Ventura Date: Wed, 30 Apr 2025 16:56:16 -0400 Subject: [PATCH 2/3] Update docs/sources/k6-studio/troubleshoot.md Co-authored-by: Heitor Tashiro Sergent --- docs/sources/k6-studio/troubleshoot.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/sources/k6-studio/troubleshoot.md b/docs/sources/k6-studio/troubleshoot.md index f6fc35d01a..94786ea3e8 100644 --- a/docs/sources/k6-studio/troubleshoot.md +++ b/docs/sources/k6-studio/troubleshoot.md @@ -55,7 +55,11 @@ Once you've confirmed that your system is configured to use a proxy, configure k Some proxies or HTTPS sites may require a certificate to establish a trusted connection. In this case, specify the certificate in the "Certificate path" field. -Optionally, you can bypass SSL/TLS validation in trusted environments by checking the "Skip SSL/TLS validation" option in k6 Studio settings. This introduces vulnerabilities to TLS interception, please use it carefully. +{{< admonition type="caution" >}} + +You can bypass SSL/TLS validation in trusted environments by checking the "Skip SSL/TLS validation" option in k6 Studio settings. Use it carefully as it leaves connections open to man-in-the-middle (MITM) attacks. + +{{< /admonition >}} ## Application logs From b314379071702d11ab2d21a7ff2bc6610d2f813b Mon Sep 17 00:00:00 2001 From: Cristiano Ventura Date: Mon, 5 May 2025 07:42:12 -0400 Subject: [PATCH 3/3] Update docs/sources/k6-studio/troubleshoot.md Co-authored-by: Heitor Tashiro Sergent --- docs/sources/k6-studio/troubleshoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/k6-studio/troubleshoot.md b/docs/sources/k6-studio/troubleshoot.md index 94786ea3e8..b8b74b6e32 100644 --- a/docs/sources/k6-studio/troubleshoot.md +++ b/docs/sources/k6-studio/troubleshoot.md @@ -57,7 +57,7 @@ Some proxies or HTTPS sites may require a certificate to establish a trusted con {{< admonition type="caution" >}} -You can bypass SSL/TLS validation in trusted environments by checking the "Skip SSL/TLS validation" option in k6 Studio settings. Use it carefully as it leaves connections open to man-in-the-middle (MITM) attacks. +You can bypass SSL/TLS validation in trusted environments by checking the **Skip SSL/TLS validation** option in k6 Studio settings. Use it carefully as it leaves connections open to man-in-the-middle (MITM) attacks. {{< /admonition >}}