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

SSL certificate #7

Open
arefin70 opened this issue Apr 30, 2019 · 1 comment
Open

SSL certificate #7

arefin70 opened this issue Apr 30, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@arefin70
Copy link

arefin70 commented Apr 30, 2019

We need to be able to provide "verify=False" to ignore SSL certificate
and "cert= path_to_cert_bundle" to
provide a custom certificate authority bundle while creating the connection with SalesforceStreamingClient.

By default it has Verify= True and Cert = None and its reading the cert from REQUESTS_CA_BUNDLE environment variable location and fails if there is no cert there. SalesforceStreamingClient does not take any parameter to override verify and cert values.
Thanks for your help.

@robertmrk
Copy link
Owner

Hi @arefin70

At the moment there is no way to configure TLS/SSL options for the library. However this issue can be fixed relatively easily.
I just need to know which Salesforce feature requires this, so I can use it for testing.
Are you trying to use mutual authentication or maybe some different feature I'm not familiar with?

@robertmrk robertmrk self-assigned this May 2, 2019
@robertmrk robertmrk added enhancement New feature or request question Further information is requested labels May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants