Thanks, after a few hours of failing to compile pycurl to use openssl, I 
ended up using this sidestep too.

I'm assuming Ubuntu defaults to gnutls for pycurl for licensing reasons?

Am thinking it would be nice to have a python-pycurl-gnutls package and 
python-pycurl-openssl package available in the repositories as gnutls has 
been known to cause quite a few problems, apparently. 

On Wednesday, April 23, 2014 9:13:09 AM UTC+10, Christopher Stelma wrote:
>
> I had the same problem with a Github enterprise server sitting behind a 
> netscaler with a wildcard cert.
>
> I took the easy way out to compiling.  I installed linuxbrew, set my paths 
> and then did "brew install git".  Problem sidestepped (git works fine now).
>
> I'm not sure how the brew compile is different, but I expect it is.  My 
> guess would be openssl instead of gnutls.
>
> https://github.com/Homebrew/linuxbrew
>
> Hope that's helpful.
>
> -Chris
>
> On Friday, April 11, 2014 12:33:25 PM UTC-7, Thomas Ferris Nicolaisen 
> wrote:
>>
>> On Thursday, April 3, 2014 4:22:11 PM UTC+2, John Kolen wrote:
>>>
>>> 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!
>>>
>>
>> Are you pushing to your Github repository successfully over HTTPS or SSH?
>>
>> This looks like a related problem/solution: 
>> http://stackoverflow.com/questions/13524242/error-gnutls-handshake-failed-git-repository
>>
>>

-- 
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