Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 62fa954

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

File tree

Expand file treeCollapse file tree

2 files changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-0
lines changed

‎tools/get.exe

Copy file name to clipboard
13 Bytes
Binary file not shown.

‎tools/get.py

Copy file name to clipboard
100755100644
Expand all lines: tools/get.py
+1Lines 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' 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.