-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it possible to specify alternative certificate chains
Twine is amazing in that it actually allows the end user to validate the SSL when items are being uploaded to a specific pypi repository. Unfortunately, this validation will only occur for the authorities that are specified in certifi. This limits two important use cases for internal and none standard pypi servers: 1. There is no method to use an alternate certificate authority chain, such as, for instance, is presented from a custom CA root 2. There is no method to use client certificates, which can be an alternative to username and password. This commit seeks to redress this, by allowing both of these options to be specified, with configuration that mirrors that of pip.
- Loading branch information
1 parent
057bd71
commit e549843
Showing
5 changed files
with
57 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters