Add support for user-managed SSL certificate verification #188
Labels
enhancement
New feature or request
question
Further information is requested
sdk
Used for automation
By default, the requests package reads CA_BUNDLE information from the
REQUESTS_CA_BUNDLE
env var and falls-back toCURL_CA_BUNDLE
. If neither of these are set properly, the request will result in anSSLError
.The requests package provides support for configuring server-side and client-side certificate locations. See https://docs.python-requests.org/en/latest/user/advanced/#ssl-cert-verification
Add support to the
connect.Client
to accept these properties and pass them to therequests.Session
instance.Additionally, there may be an opportunity to default the verify property to a specific location when it is known that the client is running within Connect. Further research is needed.
The text was updated successfully, but these errors were encountered: