This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author javidr
Recipients dstufft, eric.araujo, javidr
Date 2018-06-27.12:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530102486.37.0.56676864532.issue33980@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-06-27 12:28:06javidrsetrecipients: + javidr, eric.araujo, dstufft
2018-06-27 12:28:06javidrsetmessageid: <1530102486.37.0.56676864532.issue33980@psf.upfronthosting.co.za>
2018-06-27 12:28:06javidrlinkissue33980 messages
2018-06-27 12:28:06javidrcreate