diff --git a/packer/scripts/windows/scoop-install-commons-docker-support.ps1 b/packer/scripts/windows/scoop-install-commons-docker-support.ps1 index f3627b8f..1bc7e4b7 100644 --- a/packer/scripts/windows/scoop-install-commons-docker-support.ps1 +++ b/packer/scripts/windows/scoop-install-commons-docker-support.ps1 @@ -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'