change to --proxy-no-check-certificates

This commit is contained in:
coletdjnz 2024-09-08 17:31:24 +12:00
parent fc8b4a3be9
commit d3ae5688b4
No known key found for this signature in database
GPG key ID: 91984263BB39894A
2 changed files with 2 additions and 2 deletions

View file

@ -777,7 +777,7 @@ ## Workarounds:
that do not support RFC 5746 secure
renegotiation
--no-check-certificates Suppress HTTPS certificate validation
--no-check-proxy-certificates Suppress HTTPS Proxy certificate validation
--proxy-no-check-certificates Suppress HTTPS Proxy certificate validation
--prefer-insecure Use an unencrypted connection to retrieve
information about the video (Currently
supported only for YouTube)

View file

@ -1099,7 +1099,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
action='store_true', dest='no_check_certificate', default=False,
help='Suppress HTTPS certificate validation')
workarounds.add_option(
'--no-check-proxy-certificates',
'--proxy-no-check-certificates',
action='store_true', dest='proxy_no_check_certificate', default=False,
help='Suppress HTTPS Proxy certificate validation')
workarounds.add_option(