Re: git access using SSL certificates

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shantanu Pavgi
Date: Monday, June 28, 2010 - 1:23 pm

Forgot to mention version info in my earlier email: 
Server/Public repo: CentOS 5.4 with Git 1.7.1 installed from source 
Client in earlier mail: Mac OS X 10.6 Git 1.6.5.2 

On Mac  git-push: 
{{{
mercury:fifa2010 shantanu$ git push --verbose
Pushing to https://condor-node2.lab.ac.uab.edu/git/fifa2010
error: Cannot access URL https://condor-node2.lab.ac.uab.edu/git/fifa2010/, return code 52
error: failed to push some refs to 'https://condor-node2.lab.ac.uab.edu/git/fifa2010'
}}}

On Debian with Git 1.5.6.5:
git-push
{{{
atlab@debian:~/fifa2010$ git push
error: Cannot access URL https://condor-node2.lab.ac.uab.edu/git/fifa2010/, return code 52
error: failed to push some refs to 'https://condor-node2.lab.ac.uab.edu/git/fifa2010'
}}}

On Debian with Git 1.5.6.5: 
git-pull 
{{{
atlab@debian:~/fifa2010$ git pull origin master
error: GnuTLS recv error (-12): A TLS fatal alert has been received.
fatal: Couldn't find remote ref master
}}}

It works on the same server system (CentOS 5.4 Git 1.7.1) using SSL certificates though.   

Any help/suggestions?  

--
Thanks,
Shantanu. 
 

On Jun 28, 2010, at 9:54 AM, Shantanu Pavgi wrote:


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git access using SSL certificates , Shantanu Pavgi, (Mon Jun 28, 7:54 am)
Re: git access using SSL certificates , Shantanu Pavgi, (Mon Jun 28, 1:23 pm)
Re: git access using SSL certificates, Ilari Liusvaara, (Mon Jun 28, 1:44 pm)
Re: git access using SSL certificates, Shantanu Pavgi, (Mon Jun 28, 3:39 pm)
Re: git access using SSL certificates, Ilari Liusvaara, (Mon Jun 28, 5:46 pm)