-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Add deactivate SSL certification verity option #179
Conversation
Hi @kim3321 , sorry for the late reply. ^_^ This changes looks grate to me, thanks for your contribution! |
Modify download command in Readme.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
Hi, the lint failed. |
Dear kim3321, |
Enables to disable ssl certificate checking
Motivation
Add the option not to check ssl certificate to allow downloads to be performed in environments where ssl errors occur (for example, on-premises)
Modification
Some codes have been modified so that the requests module can select whether to check the ssl certificate or not module.
Use cases