New submission from javi <javi.xene...@gmail.com>:
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 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)> Using pip, there is an option, --trusted-host, that you can use to ignore ssl validation. Is there a similar option like that when using distutils? The command i am running is python setup.py sdist upload -r myrepo Thanks ---------- components: Distutils messages: 320573 nosy: dstufft, eric.araujo, javidr priority: normal severity: normal status: open title: SSL Error when uploading package to your own pypi type: crash versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33980> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com