On Friday, January 10, 2014 8:34:36 PM UTC+1, Kevin Ston wrote:
>
> Hello,
>
> I've got a self-signed ssl-certificate, which I'm already successfully 
> using in Firefox, wget and curl. I'm also connected to a proxy. I have a 
> problem with git: Everytime I try to do this:
> "git clone https://github.com/puppetlabs/puppet-win32-ruby.git"; 
> I get the error message:
> Fatal: unable to access 
> https://github.com/puppetlabs/puppet-win32-ruby.git:<https://github.com/puppetlabs/puppetdb.git:>GnuTLS
>  recv error(-): A TLS packet with unexpected length was received. 
> The hints in 
> http://askubuntu.com/questions/186847/error-gnutls-handshake-falied<http://www.google.com/url?q=http%3A%2F%2Faskubuntu.com%2Fquestions%2F186847%2Ferror-gnutls-handshake-falied&sa=D&sntz=1&usg=AFQjCNHj_r1S11TNllldrxZx207tEDkrNw>don't
>  solve the problem.
>
> I've no idea, what the problem is. Can anybody help, please?
>

This doesn't have anything to do with your self-signed certificate, I 
think. You're cloning from Github, so this is a deal between their 
certificate and your TLS "client" (not sure if that's the right word). 

The solution suggested here looks slightly different: 
http://stackoverflow.com/questions/13524242/error-gnutls-handshake-failed-git-repository
 - 
perhaps you could try that?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to