On Fri, Dec 16, 2016 at 9:19 AM, Simon Sapin <[email protected]> wrote:
> RUSTUP_URL_BASE = 'https://static-rust-lang-org.s3.amazonaws.com/rustup' > > If that fixes the issue for you, it’s likely that your Python version does > not support SSL SNI. I can reproduce with python urlib2.urlopen() on an ubuntu 14.04 docker container. I thought using the in-tree requests module to work around that issue? -r _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

