You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: