Skip to content

Commit

Permalink
Update windows https transport to use openssl (#524)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Feb 7, 2025
1 parent e22aee3 commit b2ab834
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ git config --system pack.window 0
git config --system pack.threads 1
git config --system core.compression 0
git config --system protocol.version 1
git config --system http.schannelCheckRevoke false
git config --system http.sslBackend openssl
git config --system http.sslVerify true
git config --system --list
# Rename system32 find.exe in case it gets conflicted with POSIX find
mv -v 'C:\\Windows\\System32\\find.exe' 'C:\\Windows\\System32\\find_windows.exe'
Expand Down

0 comments on commit b2ab834

Please sign in to comment.