I've been successfully pushing my rails app to AWS electric beanstalk for 
several months. Earlier this week, I upgraded my dev box to Ubuntu 14.04. 
Now, 'git aws.push' fails when trying to push to AWS with the following 
error

fatal: unable to access 
'https://akia...81...@git.elasticbeanstalk.us-east-1.amazonaws.com/v1/repos/6f63742d73746167696e67/commitid/6366...3734/environment/6f63...6e76/':
 
gnutls_handshake() failed: Illegal parameter

It's definitely the git operation that's failing as

git push -v -f 
https://akia...81...@git.elasticbeanstalk.us-east-1.amazonaws.com/v1/repos/6f63742d73746167696e67/commitid/6366...3734/environment/6f63...6e76/
 
HEAD:refs/heads/master

generates the error. Pushing to my repository on Github does not generate 
any errors. The error isn't deterministic: occasionally a 'Decrypt error' 
is thrown instead of the 'Illegal parameter' error.

I'm hoping someone has run into this before and there just some 
configuration and/or recomplie that needs to take place.

Thanks in advance!

-- 
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/d/optout.

Reply via email to