Skip to content
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

Manage requests.exceptions.SSLError with bulk API calls #696

Open
espogian opened this issue Nov 22, 2023 · 0 comments
Open

Manage requests.exceptions.SSLError with bulk API calls #696

espogian opened this issue Nov 22, 2023 · 0 comments

Comments

@espogian
Copy link

Hi, there are some circumstances in which it is convenient to skip SSL verification.
The library gives the possibility to do so with a standard query by acting on the verify parameter, like in this example:
sf.query(query, verify=False)
However, this parameter is not available for the bulk API version, for instance:
sf.bulk.Asset.query(query)
Does not give the possibility to add verify=False.
I also would like to point out that the behavior of the verify parameters seems to be not covered in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant