Emscripten: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)>

Created on 17 May 2018  路  2Comments  路  Source: emscripten-core/emscripten

Most helpful comment

I ran into the same problem. I tried updating openssl on MacOS and using a newer version of python, but it still didn't work.

A hacky work around that worked for me is to download the failing file manually into the zips folder.

For example:

cd zips
wget https://github.com/kripken/emscripten/archive/1.38.0.tar.gz

Then try to install again and it should work.

All 2 comments

I ran into the same problem. I tried updating openssl on MacOS and using a newer version of python, but it still didn't work.

A hacky work around that worked for me is to download the failing file manually into the zips folder.

For example:

cd zips
wget https://github.com/kripken/emscripten/archive/1.38.0.tar.gz

Then try to install again and it should work.

I think this is a duplicate of #6275

Was this page helpful?
0 / 5 - 0 ratings