From 2d3f8938a55a321447a4fbf0d6d5b70d8334eec6 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Tue, 25 Feb 2025 12:56:02 +0000 Subject: [PATCH] fix https example output's suggested curl command --- examples/https/https.zig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/https/https.zig b/examples/https/https.zig index aeb7930..2806179 100644 --- a/examples/https/https.zig +++ b/examples/https/https.zig @@ -64,9 +64,9 @@ pub fn main() !void { std.debug.print("", .{}); std.debug.print( \\ - \\ *********************************************** - \\ *** Try me with: curl -k -v localhost:4443/ *** - \\ *********************************************** + \\ ******************************************************* + \\ *** Try me with: curl -k -v https://localhost:4443/ *** + \\ ******************************************************* \\ \\Your browser may lie to you, indicate a non-secure connection because of the self-created certificate, and make you believe that HTTPS / TLS "does not work". \\