From f41448ab059a256e7b233cfd9f126b71cf7f36f8 Mon Sep 17 00:00:00 2001 From: Gary Tse Date: Mon, 24 Feb 2020 20:59:48 +0100 Subject: [PATCH 1/2] Workaround ERROR: certificate common name "ssl468914.cloudflaressl.com" doesn't match requested host name "repo.continuum.io" Closes: https://github.com/words-sdsc/coursera/issues/13 Signed-off-by: Gary Tse --- big-data-4/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/big-data-4/setup.sh b/big-data-4/setup.sh index e6f5915..d0b3660 100755 --- a/big-data-4/setup.sh +++ b/big-data-4/setup.sh @@ -11,7 +11,7 @@ gzip -d *.csv.gz # download and install anaconda for pandas, jupyter rm -f Anaconda3-4.0.0-Linux-x86_64.sh -wget http://repo.continuum.io/archive/Anaconda3-4.0.0-Linux-x86_64.sh +wget --no-check-certificates http://repo.continuum.io/archive/Anaconda3-4.0.0-Linux-x86_64.sh bash Anaconda3-4.0.0-Linux-x86_64.sh # add spark-csv jars to classpath From ec4c6021abf88b5cb19c53555a091c4d4626febf Mon Sep 17 00:00:00 2001 From: Gary Tse Date: Sat, 7 Mar 2020 20:02:24 +0100 Subject: [PATCH 2/2] Fix typo Signed-off-by: Gary Tse --- big-data-4/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/big-data-4/setup.sh b/big-data-4/setup.sh index d0b3660..fbf2408 100755 --- a/big-data-4/setup.sh +++ b/big-data-4/setup.sh @@ -11,7 +11,7 @@ gzip -d *.csv.gz # download and install anaconda for pandas, jupyter rm -f Anaconda3-4.0.0-Linux-x86_64.sh -wget --no-check-certificates http://repo.continuum.io/archive/Anaconda3-4.0.0-Linux-x86_64.sh +wget --no-check-certificate http://repo.continuum.io/archive/Anaconda3-4.0.0-Linux-x86_64.sh bash Anaconda3-4.0.0-Linux-x86_64.sh # add spark-csv jars to classpath