Skip to content

Commit

Permalink
Import SSL in Windows (get.exe)
Browse files Browse the repository at this point in the history
Closes: #820
  • Loading branch information
me-no-dev committed Nov 28, 2017
1 parent 1fae11a commit 62fa954
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified tools/get.exe
Binary file not shown.
1 change: 1 addition & 0 deletions tools/get.py 100755 → 100644
Expand Up @@ -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
Expand Down

0 comments on commit 62fa954

Please sign in to comment.