From 85f884b1ac00213db5fdb8252f6a7f3bdde80e47 Mon Sep 17 00:00:00 2001 From: Kjell Braden Date: Sun, 16 Nov 2025 18:27:41 +0100 Subject: [PATCH] [http_request] document verbose setting on host platform --- content/components/http_request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/components/http_request.md b/content/components/http_request.md index 3c23f482e1..69697b7fda 100644 --- a/content/components/http_request.md +++ b/content/components/http_request.md @@ -69,8 +69,8 @@ http_request: **For the host platform:** -- **ca_certificate_path** (*Optional*, file path): Path to a CA certificate bundle. Not required on MacOS (the inbuilt CA bundle is used and SSL enabled by default). - On Linux this is required to enable SSL. +- **ca_certificate_path** (*Optional*, file path): Path to a CA certificate bundle. +- **verbose** (*Optional*, boolean): enables libcurl's printing of requests, responses and other status messages on stderr > [!NOTE] > To use SSL on Linux you must have the `libssl-dev` package installed (e.g. `sudo apt install libssl-dev` ).