-
Notifications
You must be signed in to change notification settings - Fork 1
there is no TLS stream available using
http:// or
https://`
#3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same behaviour |
The error text "there is no TLS stream available" occurs only in libgit2/src/tls_stream.c -
the A dis-assembly of I've not yet looked in detail into building the nuget package for LibGit2Sharp.Nativebinaries, and why (eg) @lytico - any thoughts? |
cloning from https://github.com/libgit2/libgit2sharp/tree/master/ and making some changes, branch: https://github.com/dotdevelop/libgit2sharp/tree/dd/repos/libgit2/master so this proves the problem is NOT in LibGit2Sharp.Nativebinaries, cause the package version is the same. i guess the critical parts are here: and try adding maybe more changes are needed. |
merged some changes into https://github.com/dotdevelop/libgit2sharp/tree/dd/issues/2 , looks good: |
solved, and in dotdevelop/dotdevelop |
Checks out repo OK using
git://
protocol, but fails with errorthere is no TLS stream available
usinghttp://
orhttps://
protocols.Reproduction steps
dotdevelop/dotdevelop#52 (comment)
or
run tests with http-checkout
see: https://github.com/dotdevelop/libgit2sharp/runs/1770928010?check_suite_focus=true
Expected behavior
Actual behavior
Version of LibGit2Sharp (release number or SHA1)
[3a544af]
Operating system(s) tested; .NET runtime tested
Arch
.NET Core SDK Version: 3.1.403
The text was updated successfully, but these errors were encountered: