[issue33980] SSL Error when uploading package to your own pypi

2018-07-11 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33980] SSL Error when uploading package to your own pypi

2018-06-29 Thread Éric Araujo
Éric Araujo added the comment: I don’t think there is an option (see the --help command), but on localhost you could use http instead of https. Otherwise it’s strongly recommended to use twine to upload. -- ___ Python tracker

[issue33980] SSL Error when uploading package to your own pypi

2018-06-27 Thread javi
New submission from javi : Hi I am trying to upload a package to a local Pypi repo i have created, and when trying to do it, im having an ssl error since this repository is under a self signed certificate Using pip, there is an option, --trusted-host, that you can use to ignore ssl