You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
winhttp uses TLS1 by default, which GitHub appears to no longer accept.
This means that when running `Invoke-WebRequest` and pointing to a GitHub repo it will fail, citing an SSL error.
The provided fix will change the protocol for the current session only.
Also made a minor punctuation change.
You may recieve an SSL error as winhttp uses TLS1 by default, which GitHub appears to no longer accept. IF you recieve this error, run the following and re-issue the above command.
0 commit comments