Package: libcurl3-gnutls
Version: 7.28.0-2
Followup-For: Bug #691391

Some new information, git push with GIT_CURL_VERBOSE=1 set.  Hope this
to clear it up.  Had to wait to re-test.  git push works with 7.26.0-1

shalom-ext: -grantma- [~/dms] 
$ GIT_CURL_VERBOSE=1  git push
* About to connect() to git.devel.net.nz port 443 (#0)
*   Trying 210.5.55.254...
* 0x174eb50 is at send pipe head!
* STATE: CONNECT => WAITCONNECT handle 0x1757960; (connection #0) 
* Connected to git.devel.net.nz (210.5.55.254) port 443 (#0)
* Connected to git.devel.net.nz (210.5.55.254) port 443 (#0)
* found 152 certificates in /etc/ssl/certs/ca-certificates.crt
* STATE: WAITCONNECT => PROTOCONNECT handle 0x1757960; (connection #0) 
*        server certificate verification SKIPPED
*        compression: NULL
*        cipher: AES-128-CBC
*        MAC: SHA1
* STATE: PROTOCONNECT => DO handle 0x1757960; (connection #0) 
> GET /dms/dms.git/info/refs?service=git-receive-pack HTTP/1.1
User-Agent: git/1.7.10.4
Host: git.devel.net.nz
Accept: */*
Pragma: no-cache

* STATE: DO => DO_DONE handle 0x1757960; (connection #0) 
* STATE: DO_DONE => WAITPERFORM handle 0x1757960; (connection #0) 
* STATE: WAITPERFORM => PERFORM handle 0x1757960; (connection #0) 
* additional stuff not fine transfer.c:1037: 0 0
* HTTP 1.1 or later with persistent connection, pipelining supported
< HTTP/1.1 401 Authorization Required
< Date: Thu, 25 Oct 2012 22:47:08 GMT
< Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/0.9.8q
< WWW-Authenticate: Digest realm="Git Access",
nonce="gDas++nMBAA=c016e62b78666c4a06557a090758dfc879f46c72",
algorithm=MD5, domain="/", qop="auth"
< Content-Length: 401
< Content-Type: text/html; charset=iso-8859-1
< 
* Ignoring the response-body
* Connection #0 to host git.devel.net.nz left intact
* Issue another request to this URL:
* 'https://git.devel.net.nz/dms/dms.git/info/refs?service=git-receive-pack'
* Re-using existing connection! (#0) with host git.devel.net.nz
* Connected to git.devel.net.nz (210.5.55.254) port 443 (#0)
* 0x174eb50 is at send pipe head!
* STATE: CONNECT => DO handle 0x1757960; (connection #0) 
* Server auth using Digest with user 'grantma'
> GET /dms/dms.git/info/refs?service=git-receive-pack HTTP/1.1
Authorization: Digest username="grantma", realm="Git Access",
nonce="gDas++nMBAA=c016e62b78666c4a06557a090758dfc879f46c72",
uri="/dms/dms.git/info/refs?service=git-receive-pack",
cnonce="MDg3MTk1", nc=00000001, qop=auth,
response="d4ae9115c24ef228c2ed2ad5f0d57d03", algorithm="MD5"
User-Agent: git/1.7.10.4
Host: git.devel.net.nz
Accept: */*
Pragma: no-cache

* STATE: DO => DO_DONE handle 0x1757960; (connection #0) 
* STATE: DO_DONE => WAITPERFORM handle 0x1757960; (connection #0) 
* STATE: WAITPERFORM => PERFORM handle 0x1757960; (connection #0) 
* additional stuff not fine transfer.c:1037: 0 0
* additional stuff not fine transfer.c:1037: 0 0
* HTTP 1.1 or later with persistent connection, pipelining supported
< HTTP/1.1 200 OK
< Date: Thu, 25 Oct 2012 22:47:08 GMT
< Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/0.9.8q
< Expires: Fri, 01 Jan 1980 00:00:00 GMT
< Pragma: no-cache
< Cache-Control: no-cache, max-age=0, must-revalidate
< Authentication-Info: rspauth="f9b91ee07350a722ea8b344efcb8b588",
cnonce="MDg3MTk1", nc=00000001, qop=auth
< Transfer-Encoding: chunked
< Content-Type: application/x-git-receive-pack-advertisement
< 
* STATE: PERFORM => DONE handle 0x1757960; (connection #0) 
* Connection #0 to host git.devel.net.nz left intact
Counting objects: 17, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 1.30 KiB, done.
Total 9 (delta 8), reused 0 (delta 0)
* About to connect() to git.devel.net.nz port 443 (#0)
*   Trying 210.5.55.254...
* connected
* Connected to git.devel.net.nz (210.5.55.254) port 443 (#0)
* found 152 certificates in /etc/ssl/certs/ca-certificates.crt
* SSL re-using session ID
*        server certificate verification SKIPPED
*        compression: NULL
*        cipher: AES-128-CBC
*        MAC: SHA1
> POST /dms/dms.git/git-receive-pack HTTP/1.1
User-Agent: git/1.7.10.4
Host: git.devel.net.nz
Accept-Encoding: deflate, gzip
Content-Type: application/x-git-receive-pack-request
Accept: application/x-git-receive-pack-result
Content-Length: 1465

* upload completely sent off: 1465 out of 1465 bytes
* additional stuff not fine transfer.c:1037: 0 0
* HTTP 1.1 or later with persistent connection, pipelining supported
< HTTP/1.1 401 Authorization Required
< Date: Thu, 25 Oct 2012 22:47:08 GMT
< Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/0.9.8q
* Authentication problem. Ignoring this.
< WWW-Authenticate: Digest realm="Git Access",
nonce="pgyv++nMBAA=41fb149a41d3357b9a730d21bf98ad166d26937e",
algorithm=MD5, domain="/", qop="auth"
< Content-Length: 401
< Content-Type: text/html; charset=iso-8859-1
* The requested URL returned error: 401
* Closing connection #0
error: RPC failed; result=22, HTTP code = 401
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

shalom-ext: -grantma- [~/dms] 
$ 


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libcurl3-gnutls depends on:
ii  libc6              2.13-35
ii  libgcrypt11        1.5.0-3
ii  libgnutls26        2.12.20-1
ii  libgssapi-krb5-2   1.10.1+dfsg-2
ii  libidn11           1.25-2
ii  libldap-2.4-2      2.4.31-1
ii  librtmp0           2.4+20111222.git4e06e21-1
ii  libssh2-1          1.4.2-1.1
ii  multiarch-support  2.13-35
ii  zlib1g             1:1.2.7.dfsg-13

Versions of packages libcurl3-gnutls recommends:
ii  ca-certificates  20120623

libcurl3-gnutls suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to