[issue12226] use secured channel for uploading packages to pypi

Martin v. Löwis report at bugs.python.org
Fri Jun 3 21:47:06 CEST 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

If users use a browser to do secure uploading, there is no need to publish the certificate. It is signed by a trusted CA (cacert), so you just need to make sure your browser knows about the cacert certificate.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12226>
_______________________________________


More information about the Python-bugs-list mailing list