Skip to content

FastGitHub v2.1.5

Latest
Compare
Choose a tag to compare
@WangGithubUser WangGithubUser released this 13 Aug 00:54
· 2 commits to main since this release
07b56a2

Supprot for TLS/SSL in Git

In the previously version of FastGithub, the Git TLS/SSL will disable caused by Git can't verify the FastGithub's certification.
But, in this version, we use System channel instead of OpenSSL, so that Git will trust the certification from FastGithub.
Also, enable STL/SSL verify can let user more safely when they run git + push pull clone, etc.