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

Diff for: tools/get.exe

13 Bytes
Binary file not shown.

Diff for: tools/get.py

100755100644
+1
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' in sys_name:
83+
import ssl
8384
ctx = ssl.create_default_context()
8485
ctx.check_hostname = False
8586
ctx.verify_mode = ssl.CERT_NONE

0 commit comments

Comments
 (0)