1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00

fix https example output's suggested curl command

This commit is contained in:
Rene Schallner 2025-02-25 12:56:02 +00:00
parent 675c65b509
commit 2d3f8938a5

View file

@ -64,9 +64,9 @@ pub fn main() !void {
std.debug.print("", .{}); std.debug.print("", .{});
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". \\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".
\\ \\