Package: libcurl3-gnutls Version: 7.25.0-1 Severity: normal Hello,
Symptoms look similar to #627335: behind a proxy, git over HTTP works fine but not HTTPS. $ git ls-remote --heads http://github.com/jeromerobert/jCAE.git f1fdb01741f8aab4108222d3ca6fa9c095e09727 refs/heads/master But $ git ls-remote --heads https://github.com/jeromerobert/jCAE.git hangs. Running the same command with GIT_CURL_VERBOSE=1 prints: [...] * Received HTTP code 407 from proxy after CONNECT * STATE: WAITPROXYCONNECT => CONNECT handle 0x121e818; (connection #-5000) * About to connect() to proxy proxy.XXX.XXX port 8080 (#1) * Trying XXX.XXX.XXX.XXX... * 0x12158b8 is at send pipe head! * STATE: CONNECT => WAITCONNECT handle 0x121e818; (connection #1) * Connected to proxy.XXX.XXX (XXX.XXX.XXX.XXX) port 8080 (#1) * Connected to proxy.XXX.XXX (XXX.XXX.XXX.XXX) port 8080 (#1) * Establish HTTP proxy tunnel to github.com:443 * Proxy auth using NTLM with user 'XXXXXXXX' > CONNECT github.com:443 HTTP/1.1 Host: github.com:443 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= User-Agent: git/1.7.10 Proxy-Connection: Keep-Alive Pragma: no-cache * STATE: WAITCONNECT => WAITPROXYCONNECT handle 0x121e818; (connection #1) * Multi mode finished polling for response from proxy CONNECT < HTTP/1.1 407 Proxy Authentication Required < Proxy-Authenticate: NTLM TlRMTVNTUAACAAAABAAEADgAAAAGgokCJ+N51b5YAfwAAAAAAAAAAIAAgAA8AAAABQLODgAAAA9JV0ZSAgAIAEkAVwBGAFIAAQAQAFMARgBSAFMAMQAwADAAMQAEABgAaQB3AGYAcgAuAGgAcQAuAGMAbwByAHAAAwAqAFMARgBSAFMAMQAwADAAMQAuAGkAdwBmAHIALgBoAHEALgBjAG8AcgBwAAUADgBoAHEALgBjAG8AcgBwAAAAAAA= < Cache-Control: no-cache < Pragma: no-cache < Content-Type: text/html; charset=utf-8 < Proxy-Connection: Keep-Alive < Set-Cookie: BCSI-CS0AFB947C=2; Path=/ < Connection: Keep-Alive < Content-Length: 830 < * Ignore 830 bytes of response-body and nothing more. Downgrading libcurl3-gnutls to the stable version fixes this problem. Denis -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org