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
Whereas my git server is hosted on a remote server and I access it via IP address on https. I would like to trust the certificate.
The code works fine for when I'm running in my dev environment (OSX), but fails in my runtime, which is run on mcr.microsoft.com/dotnet/core/aspnet:3.0-alpine docker image.
Error trace:
LibGit2Sharp.LibGit2SharpException: SSL error: received early EOF
at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
at LibGit2Sharp.Core.Ensure.ZeroResult(Int32 result)
at LibGit2Sharp.Core.Proxy.git_clone(String url, String workdir, GitCloneOptions& opts)
at LibGit2Sharp.Repository.Clone(String sourceUrl, String workdirPath, CloneOptions options)
I'm guessing this is OS-specific in some manner. Any advice?
I'm running the following code:
Using
LibGit2Sharp 0.27.0.0
withgit2-7ce88e6.dll
Whereas my git server is hosted on a remote server and I access it via IP address on https. I would like to trust the certificate.
The code works fine for when I'm running in my dev environment (OSX), but fails in my runtime, which is run on
mcr.microsoft.com/dotnet/core/aspnet:3.0-alpine
docker image.Error trace:
I'm guessing this is OS-specific in some manner. Any advice?
It might be the same issue as #1262
The text was updated successfully, but these errors were encountered: