Existing issues matching what you're seeing
Git for Windows version
git version 2.53.0.windows.2
Windows version
Windows 11
Windows CPU architecture
x86_64 (64-bit)
Additional Windows version information
Microsoft Windows [Version 10.0.22631.6783]
Options set during installation
Editor Option: VIM
Custom Editor Path:
Default Branch Option:
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: WinSSL
CRLF Option: CRLFAlways
Bash Terminal Option: MinTTY
Git Pull Behavior Option: Merge
Use Credential Manager: Enabled
Performance Tweaks FSCache: Enabled
Enable Symlinks: Disabled
Enable FSMonitor: Disabled
Other interesting things
2.53.0 was working fine for me. I upgraded to 2.53.0.2 this week to remediate the NTLM vulnerability and now schannel is throwing this error, despite root and intermediate certificates installed and valid.
schannel: SEC_E_UNTRUSTED_ROOT (0x80090325) - The certificate chain was issued by an authority that is not trusted.
Tested on a different computer that hasn't been upgraded yet and that one is still working.
Terminal/shell
CMD
Commands that trigger the issue
git clone https://server/location/repo
Expected behaviour
Repository cloned
Actual behaviour
schannel: SEC_E_UNTRUSTED_ROOT (0x80090325) - The certificate chain was issued by an authority that is not trusted.
Repository
Local server repo
Existing issues matching what you're seeing
Git for Windows version
Windows version
Windows 11
Windows CPU architecture
x86_64 (64-bit)
Additional Windows version information
Options set during installation
Editor Option: VIM Custom Editor Path: Default Branch Option: Path Option: Cmd SSH Option: OpenSSH Tortoise Option: false CURL Option: WinSSL CRLF Option: CRLFAlways Bash Terminal Option: MinTTY Git Pull Behavior Option: Merge Use Credential Manager: Enabled Performance Tweaks FSCache: Enabled Enable Symlinks: Disabled Enable FSMonitor: DisabledOther interesting things
2.53.0 was working fine for me. I upgraded to 2.53.0.2 this week to remediate the NTLM vulnerability and now schannel is throwing this error, despite root and intermediate certificates installed and valid.
schannel: SEC_E_UNTRUSTED_ROOT (0x80090325) - The certificate chain was issued by an authority that is not trusted.
Tested on a different computer that hasn't been upgraded yet and that one is still working.
Terminal/shell
CMD
Commands that trigger the issue
Expected behaviour
Repository cloned
Actual behaviour
schannel: SEC_E_UNTRUSTED_ROOT (0x80090325) - The certificate chain was issued by an authority that is not trusted.
Repository
Local server repo