[Bug 1691462] Re: git gnutls_handshake() failed: Error in the push function

2020-06-11 Thread Murugesh
Facing same issue after following above comments solution:

unable to access 'https://bitbucket.org/xyz_orgname/productlfs.git/':
gnutls_handshake() failed: Error in the push function.

Any other solution exists? Thanks in advance.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1691462

Title:
  git gnutls_handshake() failed: Error in the push function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1691462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1691462] Re: git gnutls_handshake() failed: Error in the push function

2019-01-16 Thread Daniel Murray
This happened for me when I had https_proxy etc set with a https
protocol (e.g. set to https://localhost:3128) instead of just http.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1691462

Title:
  git gnutls_handshake() failed: Error in the push function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1691462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1691462] Re: git gnutls_handshake() failed: Error in the push function

2018-06-08 Thread Kenyon Ralph
What fixed it for me was explicitly setting git's http.proxyAuthMethod
to basic: git config --global http.proxyAuthMethod basic

If you run your git commands with environment variable
GIT_CURL_VERBOSE=1, you might see that the proxy authentication is
failing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1691462

Title:
  git gnutls_handshake() failed: Error in the push function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1691462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1691462] Re: git gnutls_handshake() failed: Error in the push function

2018-01-07 Thread Clemens Utschig-Utschig
is there any way to get this solved .. this is (as we sit on docker and
build the images automatically a big bummer for us)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1691462

Title:
  git gnutls_handshake() failed: Error in the push function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1691462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1691462] Re: git gnutls_handshake() failed: Error in the push function

2018-01-06 Thread Clemens Utschig-Utschig
we are affected as well.

FROM ubuntu:16.04

apt-get update && apt-get -y install build-essential git libcurl4
-openssl-dev libgnutls-openssl27 && dpkg -l | grep libgnutls &&
cd ${BUILD_DIR} && apt-get source nginx && apt-get build-dep -y
nginx && cd ${BUILD_DIR}/nginx-1.10.3/debian/modules/ && git
config --global http.sslVerify false && git clone
https://github.com/kare/ngx_http_auth_crowd_module

ii  libgnutls-openssl27:amd64  3.4.10-4ubuntu1.4 amd64  
  GNU TLS library - OpenSSL wrapper
ii  libgnutls30:amd64  3.4.10-4ubuntu1.4 amd64  
  GNU TLS library - main runtime library

Cloning into 'ngx_http_auth_crowd_module'...
fatal: unable to access 'https://github.com/kare/ngx_http_auth_crowd_module/': 
gnutls_handshake() failed: Error in the push function.

this is behind a perfectly fine working corporate proxy (and yes in the
env http_proxy / https_proxy also uppercase are set)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1691462

Title:
  git gnutls_handshake() failed: Error in the push function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1691462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1691462] Re: git gnutls_handshake() failed: Error in the push function

2017-12-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: git (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1691462

Title:
  git gnutls_handshake() failed: Error in the push function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1691462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1691462] Re: git gnutls_handshake() failed: Error in the push function

2017-12-14 Thread flp
Using git is already the newest version (1:2.7.4-0ubuntu1.3) on arm64,
git worked on the 3rd attempt, with 1st and 2nd giving the 'push' error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1691462

Title:
  git gnutls_handshake() failed: Error in the push function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1691462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs