Truststore plugin for poetry.
The plugin is needed to use system ssl/tls certificates to download and install packages from repositories with self-signed certificates. The plugin is also useful if a self-signed certificate from an internal center is added to the certificate chain
poetry self add poetry-truststore
$POETRY_HOME/pip inistall poetry-truststore
You may need the --use-feature=truststore
parameter if you cannot download packages due to SSL errors.
$POETRY_HOME/pip inistall poetry-truststore --use-feature=truststore
Reed more about plugins at poetry docs
After installation, you can usepoetry as usual. ✨ The plugin indicates that it is enabled with the message "Enabling Truststore" when you use the poetry add
command