Error while committing on Mendix 10.12.9 - failed to get server certificate

0
Hello Experts, We are facing issue while committing on 10.12.9 Mendix Studio Pro. The error is as following ---- LibGit2Sharp.LibGit2SharpException: failed to get server certificate: The handle is in the wrong state for the requested operation    at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in /_/LibGit2Sharp/Core/Ensure.cs:line 155   at LibGit2Sharp.Core.Ensure.ZeroResult(Int32 result) in /_/LibGit2Sharp/Core/Ensure.cs:line 173   at LibGit2Sharp.Core.Proxy.git_remote_fetch(RemoteHandle remote, IEnumerable`1 refSpecs, GitFetchOptions fetchOptions, String logMessage) in /_/LibGit2Sharp/Core/Proxy.cs:line 2306   at LibGit2Sharp.Commands.Fetch(Repository repository, String remote, IEnumerable`1 refspecs, FetchOptions options, String logMessage, ProxyOptions proxy) in /_/LibGit2Sharp/Commands/Fetch.cs:line 81   at LibGit2Sharp.Network.Fetch(String url, IEnumerable`1 refspecs, FetchOptions options, String logMessage, ProxyOptions proxy) in /_/LibGit2Sharp/Network.cs:line 213   at LibGit2Sharp.Network.Fetch(String url, IEnumerable`1 refspecs, FetchOptions options, ProxyOptions proxy) in /_/LibGit2Sharp/Network.cs:line 181   at Mendix.Modeler.VersionControl.Actions.Git.Requests.Fetch.GitFetchLibGitRequest.ExecuteRequest() in Mendix.Modeler.VersionControl.Git\Actions\Requests\Fetch\GitFetchLibGitRequest.cs:line 55   Can anyone help here?
asked
1 answers
0

Hello,

Longer file path with multiple nested folders which may cause this kind of issue. The maximum character allowed for file path is 260.  So try to make simple filepath like D:/Mendix/MyApp which might work. Which is an alternative solution.

 

Hope it helps!

answered