change to --proxy-no-check-certificates

pull/10954/head
coletdjnz 4 months ago
parent fc8b4a3be9
commit d3ae5688b4
No known key found for this signature in database
GPG Key ID: 91984263BB39894A

@ -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)

@ -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(

Loading…
Cancel
Save