Support for custom CA bundles
See original GitHub issueWith the Raven client it is possible to specify a custom CA bundle by appending the ca_cert
parameter to the DSN. This is important for use of the client with on-premise installations of Sentry that use certificates signed by a custom CA. Sadly, looking at sentry_sdk.transport._make_pool
, it seems this value is now hard-coded to certifi.where()
. In result, users that previously used the ca_cert
parameter are forced to stay on the Raven client. Thus, it would be great if you could (re-)add this feature.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:11 (6 by maintainers)
Top Results From Across the Web
What is CA bundle? - SSL Certificates - Namecheap.com
CA bundle is a file that contains root and intermediate certificates. The end-entity certificate along with a CA bundle constitutes the certificate chain....
Read more >What is a CA Bundle and Where to Find It? - SSL Dragon
CA Bundle is the file that contains root and intermediate certificates. Together with your server certificate (issued specifically for your ...
Read more >How Do I Get a CA Certificate Bundle for My Server?
Step 1: Go to this CA bundle resource page. Step 2: Choose the SSL certificate you have purchased (or its closest match) from...
Read more >Updating the CA bundle - Configuring certificates
Provide custom CA certificates to the RHCOS trust bundle if you want to use your own certificate infrastructure. The trustedCA field should only...
Read more >Root & Intermediate Certificate Bundles - GlobalSign Support
As of May 2019, GlobalSign migrated some of its SSL/TLS Products over to Root R3 and Root R5 as part of our CA...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
0.5.5 has been released with this feature. Docs here: https://docs.sentry.io/error-reporting/configuration/?platform=python#ca-certs
@theMarix I will document it here: https://docs.sentry.io/error-reporting/configuration/?platform=javascript