diff --git a/tools/get.exe b/tools/get.exe index 208ebf82..a498e521 100644 Binary files a/tools/get.exe and b/tools/get.exe differ diff --git a/tools/get.py b/tools/get.py old mode 100755 new mode 100644 index e7adb370..cbff69d2 --- a/tools/get.py +++ b/tools/get.py @@ -80,6 +80,7 @@ def get_tool(tool): print('Downloading ' + archive_name); sys.stdout.flush() if 'CYGWIN_NT' in sys_name: + import ssl ctx = ssl.create_default_context() ctx.check_hostname = False ctx.verify_mode = ssl.CERT_NONE