Home:ALL Converter>Error with Twine: SSLError: HTTPSConnectionPool

Error with Twine: SSLError: HTTPSConnectionPool

Ask Time:2017-09-16T07:46:46         Author:Ajax1234

Json Formatter

I am trying to upload a package to PyPi; however, when I use the recommended platform twine to connect to PyPi, I get this error:

SSLError: HTTPSConnectionPool(host='upload.pypi.org', port=443): 
Maxretries exceeded with url: /legacy/ (Caused by SSLError(SSLError(8, '_ssl.c:507: EOF occurred in violation of protocol'),))

Here is the twine command that I ran:

twine register dist/wikiparser-0.1.0.tar.gz

Does anyone know how to resolve this error?

Author:Ajax1234,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/46248731/error-with-twine-sslerror-httpsconnectionpool
yy