GIT / OpenSSL on Windows

dbates
dbates
Dear sir's We've got a https hosted git repository that I succsessfully can access from my ubuntu box using self signed certificates and kays. To accomplish this I had to rebuild the git (v1.9.1) tools linking against [COLOR=#222222][FONT=Ubuntu Mono][SIZE=14px]libcurl4-openssl-dev. I'm trying to recreate this on a windows platform but discovered quite quickly that the git (v[/SIZE][/FONT][/COLOR]1.9.5.msysgit.0 installed from [url]http://git-scm.com/[/url]) was lacking the openssl support. any pre-built git executables out there or workarounds? Regards, Duncan

Last updated

dbates
dbates
Following command works fine on ubuntu gives "unable to use client certificate (no key found or wrong pass phrase?) "on Windows git pull https://@
dbates
dbates
Thanks, same problem with the 1.9.x install; did not check putty radio, insalled with openssl checked. I'm running this from a git repository with the .git/config like this: [core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true hideDotFiles = dotGitOnly [http] sslCert = C:/work_data/Protectoria/security/duncan.crt sslKey = C:/work_data/Protectoria/security/duncan.key sslVerify = false sslCaInfo = C:/work_data/Protectoria/security/ca.crt Only difference from my unix config is the location of the Cert, Key, and Cainfo files. Ultimately I'm used to TourtoisGit, so as soon as my git command works I'll start using that gui DUncan

1-4 of 4

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.

Post a reply
1999 views