Is there a way to pass --use-feature=truststore to pip using Poetry?
#8729
Unanswered
signed-log
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
poetry is not using pip. If you want to use pip, just use pip |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have it on my TODO list to add truststore support to Poetry, but it's not available right now |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project that communicates with hosts on a network which has centrally-signed HTTPS certificates.
These are in the Linux
ca-certificatestrusted store, but since Python uses hard-coded HTTPS cert bundle, I can't use thoseThere is a new feature,
--use-feature=truststoreinpip>=22.2which would switch python from the hard-coded cert bundle to the system trust storeI can't find how to apply it through Poetry, is this possible?
Beta Was this translation helpful? Give feedback.
All reactions