Git integration stopped working

Hi.
My git integration have stopped working.

For some time I have got this error in the log:
2021-10-28 10:48:09.282 +02:00 [ERR] Failed to sync: unknown certificate check failure at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
at LibGit2Sharp.Core.Proxy.git_remote_fetch(RemoteHandle remote, IEnumerable1 refSpecs, GitFetchOptions fetchOptions, String logMessage) at LibGit2Sharp.Commands.Fetch(Repository repository, String remote, IEnumerable1 refspecs, FetchOptions options, String logMessage)
at LibGit2Sharp.Commands.Pull(Repository repository, Signature merger, PullOptions options)
at UniversalAutomation.Git.GitService.Pull() in D:\a\universal\universal\src\UniversalAutomation.Git\GitService.cs:line 267
at UniversalAutomation.GitSyncService.TrySync() in D:\a\universal\universal\src\UniversalAutomation\Services\GitSyncService.cs:line 129
at UniversalAutomation.GitSyncService.Sync() in D:\a\universal\universal\src\UniversalAutomation\Services\GitSyncService.cs:line 90

And inside the admin interface i see this:
Git Synchronization Failed 3 minutes ago unknown certificate check failure

Any ideas what to do?

Product: PowerShell Universal
Version: 2.4.1

Does this have anything to do with TLS1.2 support? Also, what type of repo are you syncing? GitHub?

I’m having the same issue. GIT stopped syncing about a month ago.