Skip to content

Commit

Permalink
document TLS 1.2 on Win7
Browse files Browse the repository at this point in the history
  • Loading branch information
vtbassmatt authored and ImgBotApp committed Nov 2, 2022
1 parent 7d95e83 commit ff3307b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@ If you know which provider you're talking to and want to avoid the probe, that's
| Bitbucket | `git config --global credential.https://example.com.provider bitbucket`
| Azure DevOps | `git config --global credential.https://example.com.provider azure-repos`
| Generic | `git config --global credential.https://example.com.provider generic`

### How do I fix "Could not create SSL/TLS secure channel" errors on Windows 7?

This likely indicates that you don't have newer TLS versions available. Please [follow Microsoft's guide](https://support.microsoft.com/topic/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-winhttp-in-windows-c4bd73d2-31d7-761e-0178-11268bb10392) for enabling TLS 1.1 and 1.2 on your machine, specifically the **SChannel** instructions. You'll need to be on at least Windows 7 SP1, and in the end you should have a `TLS 1.2` key with `DisabledByDefault` set to `0`. You can also read [more from Microsoft](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/dn786418(v=ws.11)#tls-12) on this change.

0 comments on commit ff3307b

Please sign in to comment.