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 @@ If you fork the project on GitHub, you can run your fork's [build workflow](.git
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 create_parser():
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(