-
Notifications
You must be signed in to change notification settings - Fork 104
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
Proxy Support #572
base: master
Are you sure you want to change the base?
Proxy Support #572
Conversation
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.
Insert except requests.exceptions.SSLError
for verify=True
I don't understand. Do you want me to put all the web requests in a |
@fidgetlol wrote
Is this exception thrown for you when |
ah, no exception is thrown when I replaced |
@fidgetlol wrote
OK, the default will be set to Do you want to contribute (in order) for the next minor v0.7 release:
|
I'm still not sure how you want an SSLError handled. |
@fidgetlol wrote:
I can insert |
The project doesn't reveal the requests arguments needed to support proxies.
I added optional arguments to passthrough to requests.