Git on Windows- SSL certificate error -


there many question related problem , more answers. none of them works. have portablegit , configured use certificate specific store. if specify wrong file path, eror: "error setting certificate verify locations: cafile" specify correct path, error not shown.

we using our local ca authority. local github server third in certificate chain. added github server's certificate certificate store. git clone stil not work. problem?

ca store needs certificates in certificate chain present. added every certificate in certificate chain certificate store. note: global gitconfig located @ "c:\portableapps\gitportable\mingw64\etc\gitconfig" (please adjust "c:\portableapps\gitportable\" system). added following line local gitconfig

[http] sslcainfo = c:/portableapps/gitportable/ssl/certs/ca-bundle.crt 

local gitconfig located @

~/.gitconfig

(c:\users\xxx.gitconfig)


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -