fix: enhance OpenSSL compatibility mode

Related: #437
This commit is contained in:
Kevin Yue
2024-11-02 09:36:11 +00:00
parent 1e70dd088f
commit 0c411a542f
2 changed files with 14 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ struct Cli {
#[command(subcommand)]
command: CliCommand,
#[arg(long, help = "Get around the OpenSSL `unsafe legacy renegotiation` error")]
#[arg(long, help = "Uses extended compatibility mode for OpenSSL operations to support a broader range of systems and formats.")]
fix_openssl: bool,
#[arg(long, help = "Ignore the TLS errors")]
ignore_tls_errors: bool,