Azure / Azure/azure-sdk-for-python
Write a sample to use local store instead of "certifi"
Open
Azure.Core
Core.Http
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
Write a sample in `sdk/core/azure-core/samples` on how to configure requests/aiohttp in code to use local store and not certifi.
I would imagine it's passing kwargs to the `RequestsTransport` and `AiohttpTransport`.
Interesting links:
- https://github.com/python/cpython/issues/72733
- https://pypi.org/project/truststore/ (code may be used for inspiration)
Contributor guide
Assessment
This issue has not been assessed yet.