-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poetry export: missing --trusted-host argument for non-HTTPS repos #1894
Comments
I've just worked around this by just writing out the trusted host line first
But I also agree that this is somewhat unexpected behaviour. My intuition for how this would work was that there would be an option in |
@1somorphism, @0xADD1E, @edwardgeorge, @bmispelon, @blueyed, @estyxx, @abn, @finswimmer Please check my discussion topic #4869. |
this very useful issue has been merged? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
Ideally line 1 of the output of
poetry export -f requirements.txt
for the file above should be--extra-index-url http://10.0.0.0:8080/repository/pypi-hosted/simple --trusted-host 10.0.0.0
The text was updated successfully, but these errors were encountered: