mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
fix https example output's suggested curl command
This commit is contained in:
parent
675c65b509
commit
2d3f8938a5
1 changed files with 3 additions and 3 deletions
|
@ -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".
|
||||
\\
|
||||
|
|
Loading…
Add table
Reference in a new issue