diff --git a/doc/api/cli.md b/doc/api/cli.md index c0682d864c9d0a..50185b0cc094c3 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -632,6 +632,14 @@ added: v2.1.0 Prints a stack trace whenever synchronous I/O is detected after the first turn of the event loop. +### `--trace-tls` + + +Prints TLS packet trace information to `stderr`. This can be used to debug TLS +connection problems. + ### `--trace-warnings`