Hi, I just got a bug ticket in one of my projects from a user who has 
trouble setting up the emscripten SDK because of an SSL certificate 
validation error in the emsdk script when downloading the file 
https://s3.amazonaws.com/mozilla-games/emscripten/packages/emsdk_unix_update.tar.gz.
 


We have tracked the problem down to urllib2 when the 'emsdk update' action 
is executed, on my own Linux setup (Ubuntu Mate with python 2.7.11 I cannot 
reproduce the problem). I'm running this from my own python wrapper script 
to get the latest update information from the emsdk. The problem also 
happens when running emsdk from the command line though. The curious thing 
is that I'm downloading the same file before calling 'emsdk update' before, 
but with the 'old' urllib (not urllib2) and this seems to work fine 
(otherwise the setup process wouldn't have gotten so far).

Has anyone experienced a similar problem and found a fix or workaround?

The details are in this thread: https://github.com/floooh/oryol/issues/217, 
especially in this comment: 
https://github.com/floooh/oryol/issues/217#issuecomment-239660101

Thanks!
-Floh.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to