Skip to content

Commit 62fa954

Browse files
committed
Import SSL in Windows (get.exe)
Closes: espressif#820
1 parent 1fae11a commit 62fa954

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

‎tools/get.exe‎

13 Bytes
Binary file not shown.

‎tools/get.py‎

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def get_tool(tool):
8080
print('Downloading '+archive_name);
8181
sys.stdout.flush()
8282
if'CYGWIN_NT'insys_name:
83+
importssl
8384
ctx=ssl.create_default_context()
8485
ctx.check_hostname=False
8586
ctx.verify_mode=ssl.CERT_NONE

0 commit comments

Comments
(0)