diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2021-05-11 23:02:06 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-05-14 10:32:33 -0400 |
commit | ea6ebc2f202c810836a6f1b145a16a94abac303f (patch) | |
tree | da1de872638bf8c1e36f548040e878061b7405d1 /man | |
parent | 63817ba9dae2cb64b21ab59279def64572a6459a (diff) | |
download | sos-ea6ebc2f202c810836a6f1b145a16a94abac303f.tar.gz |
[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 <jhunsake@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/en/sos-report.1 | 10 |
1 files changed, 9 insertions, 1 deletions
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 |