-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Disable ssl verify #157
Comments
Yeah, this would be really good to have, a simple way to disable SSL via a flag or keyword. |
You can do something like:
Then the downloader should not use SSL. Can you see if this works for you @bdrummon |
I am loathed to add an explicit option for this, as there are potentially infinite options we could pass through to the http layer. I know what the full |
Would it be possible to add a way to disable ssl verify in parfive? Aiohttp offers the option, but I don't see a way to pass that through to parfive? I'm having trouble downloading behind our firewall because I believe the firewall is not forwarding the appropriate cert chain. There may be a better way to handle that than disabling, but it would also be useful in debugging the situation.
The text was updated successfully, but these errors were encountered: