From ea6ebc2f202c810836a6f1b145a16a94abac303f Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Tue, 11 May 2021 23:02:06 -0400 Subject: [Policy] Allow users to toggle SSL verification for HTTPS uploads Adds a new `--upload-no-ssl-verify` option that controls if we verify the SSL certificate for an upload target. This will default to `False` to retain previous default behavior of performing SSL verification. Closes: #2497 Resolves: #2540 Signed-off-by: Jake Hunsaker --- man/en/sos-report.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/en/sos-report.1 b/man/en/sos-report.1 index 1e626e09..7a6813c2 100644 --- a/man/en/sos-report.1 +++ b/man/en/sos-report.1 @@ -35,6 +35,7 @@ sosreport \- Collect and package diagnostic and support data [--encrypt-pass PASS]\fR [--upload] [--upload-url url] [--upload-user user]\fR [--upload-directory dir] [--upload-pass pass]\fR + [--upload-no-ssl-verify] [--upload-method]\fR [--experimental]\fR [-h|--help]\fR @@ -367,7 +368,14 @@ Specify the HTTP method to use for uploading to the provided --upload-url. Valid values are 'auto' (default), 'put', or 'post'. The use of 'auto' will default to the method required by the policy-default upload location, if one exists. -This option has no effect on upload methods other than HTTPS. +This option has no effect on upload protocols other than HTTPS. +.TP +.B \--upload-no-ssl-verify +Disable SSL verification for HTTPS uploads. This may be used to allow uploading +to locations that have self-signed certificates, or certificates that are otherwise +untrusted by the local system. + +Default behavior is to perform SSL verification against all upload locations. .TP .B \--experimental Enable plugins marked as experimental. Experimental plugins may not have -- cgit