0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python2,141 stars (2,141 stars)807 forks (807 forks)batch import
help wantedwishlist
Description
See: urllib3 and TOFU
TODO:
- What level of support does Python have for TOFU?
- How can we make this behave appropriately for a user at the CLI versus a daemon?
- Issue type
- feature
- Research direction
- Investigate Python's built in ssl module for supporting TOFU, as used in urllib3. Determine if the host key pinning approach can be adapted for the pyVmomi library's HTTP connections. Also consider whether the feature should be configurable per session or globally for CLI vs daemon use cases.