floydwch / kaggle-cli

(Deprecated, use https://github.com/Kaggle/kaggle-api instead) An unofficial Kaggle command line tool.
MIT License
674 stars 91 forks source link

SSL error, invalid ecpointformat list #63

Open philipjhj opened 6 years ago

philipjhj commented 6 years ago

Hi there,

when I attempt to download the data from a competition, I get:

Starting new HTTPS connection (1): www.kaggle.com [Errno 1] _ssl.c:507: error:1411809D:SSL routines: SSL_CHECK_SERVERHELLO_TLSEXT:tls invalid ecpointformat list I was not able to find a solution as my protocol knowledge is very limited, any suggestions?

philipjhj commented 6 years ago

It seems to be explained here: https://stackoverflow.com/questions/10678695/in-python-3-2-i-can-open-and-read-an-https-web-page-with-http-client-but-urlli

Not sure if it worth to fix this, but would be nice, as it is happening on a server where I do not have sudo rights