Bug 29498 - Gmail and Google sign-in impossible
Summary: Gmail and Google sign-in impossible
Status: ASSIGNED
Alias: None
Product: Sisyphus
Classification: Development
Component: w3m (show other bugs)
Version: unstable
Hardware: all Linux
: P3 major
Assignee: Eugene Vlasov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-20 21:02 MSK by Ivan Zakharyaschev
Modified: 2017-09-23 13:20 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2013-10-20 21:02:03 MSK
w3m-0.5.2-alt3.3

The form for Gmail and Google sign-in doesn't allow to input the username.

According to http://sourceforge.net/p/w3m/support-requests/12/#817e , this is fixed in Debian w3m 0.5.3-8.


    The patched snapshot can be downloaded from:
    http://anonscm.debian.org/gitweb/?p=collab-maint/w3m.git
Comment 1 Ivan Zakharyaschev 2013-11-25 23:07:18 MSK
Fetching from there is connected with an SSL error:

$ GIT_CURL_VERBOSE=1 git fetch -v debian
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Adding handle: conn: 0x8163a90
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x8163a90) send_pipe: 1, recv_pipe: 0
* About to connect() to alioth.debian.org port 443 (#0)
*   Trying 5.153.231.21...
* Connected to alioth.debian.org (5.153.231.21) port 443 (#0)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* SSL certificate problem: self signed certificate in certificate chain
* Closing connection 0
fatal: unable to access 'https://alioth.debian.org/anonscm/git/collab-maint/w3m.git/': SSL certificate problem: self signed certificate in certificate chain
$ 

So, it seems, one should disable SSL in git for this with GIT_SSL_NO_VERIFY=true, as described at http://stackoverflow.com/questions/3777075/ssl-certificate-rejected-trying-to-access-github-over-https-behind-firewall .
Comment 2 Ivan Zakharyaschev 2013-11-25 23:46:07 MSK
Hmm, still can't fetch from there:

$ GIT_CURL_VERBOSE=1 GIT_SSL_NO_VERIFY=true git fetch -v debian
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Adding handle: conn: 0x8163a90
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x8163a90) send_pipe: 1, recv_pipe: 0
* About to connect() to alioth.debian.org port 443 (#0)
*   Trying 5.153.231.21...
* Connected to alioth.debian.org (5.153.231.21) port 443 (#0)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/info/refs?service=git-upload-pack HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache

< HTTP/1.1 200 OK
< Date: Mon, 25 Nov 2013 19:08:10 GMT
* Server Apache/2.2.22 (Debian) is not blacklisted
< Server: Apache/2.2.22 (Debian)
< Last-Modified: Wed, 20 Nov 2013 14:40:24 GMT
< ETag: "166054d-1bf8-4eb9cc2e79e4f"
< Accept-Ranges: bytes
< Content-Length: 7160
< 
* Connection #0 to host alioth.debian.org left intact
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81641d8
* Re-using existing connection! (#0) with host alioth.debian.org
* Connected to alioth.debian.org (5.153.231.21) port 443 (#0)
* Adding handle: conn: 0x8163a90
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x8163a90) send_pipe: 1, recv_pipe: 0
> GET /anonscm/git/collab-maint/w3m.git/HEAD HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache

< HTTP/1.1 200 OK
< Date: Mon, 25 Nov 2013 19:08:10 GMT
* Server Apache/2.2.22 (Debian) is not blacklisted
< Server: Apache/2.2.22 (Debian)
< Last-Modified: Wed, 04 May 2011 07:53:49 GMT
< ETag: "14a2dca-17-4a26e8e93dd40"
< Accept-Ranges: bytes
< Content-Length: 23
< 
* Connection #0 to host alioth.debian.org left intact
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81641d8
* Re-using existing connection! (#0) with host alioth.debian.org
* Connected to alioth.debian.org (5.153.231.21) port 443 (#0)
* Adding handle: conn: 0x8163a90
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x8163a90) send_pipe: 1, recv_pipe: 0
> GET /anonscm/git/collab-maint/w3m.git/objects/30/1a9799615268cd517793ce1f368ef95df14410 HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*
Accept-Encoding: gzip

* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81641d8
* About to connect() to alioth.debian.org port 443 (#1)
*   Trying 5.153.231.21...
* Adding handle: conn: 0x820a5b0
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x8163a90) send_pipe: 0, recv_pipe: 1
* - Conn 1 (0x820a5b0) send_pipe: 1, recv_pipe: 0
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81641d8
* About to connect() to alioth.debian.org port 443 (#2)
*   Trying 5.153.231.21...
* Adding handle: conn: 0x8262da0
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x8163a90) send_pipe: 0, recv_pipe: 1
* - Conn 1 (0x820a5b0) send_pipe: 1, recv_pipe: 0
* - Conn 2 (0x8262da0) send_pipe: 1, recv_pipe: 0
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81641d8
* About to connect() to alioth.debian.org port 443 (#3)
*   Trying 5.153.231.21...
* Adding handle: conn: 0x826ece0
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x8163a90) send_pipe: 0, recv_pipe: 1
* - Conn 1 (0x820a5b0) send_pipe: 1, recv_pipe: 0
* - Conn 2 (0x8262da0) send_pipe: 1, recv_pipe: 0
* - Conn 3 (0x826ece0) send_pipe: 1, recv_pipe: 0
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81641d8
* About to connect() to alioth.debian.org port 443 (#4)
*   Trying 5.153.231.21...
* Adding handle: conn: 0x827b068
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x8163a90) send_pipe: 0, recv_pipe: 1
* - Conn 1 (0x820a5b0) send_pipe: 1, recv_pipe: 0
* - Conn 2 (0x8262da0) send_pipe: 1, recv_pipe: 0
* - Conn 3 (0x826ece0) send_pipe: 1, recv_pipe: 0
* - Conn 4 (0x827b068) send_pipe: 1, recv_pipe: 0
* Connected to alioth.debian.org (5.153.231.21) port 443 (#1)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* Connected to alioth.debian.org (5.153.231.21) port 443 (#2)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* Connected to alioth.debian.org (5.153.231.21) port 443 (#3)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* Connected to alioth.debian.org (5.153.231.21) port 443 (#4)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* The requested URL returned error: 404 Not Found
* Closing connection 0
* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/objects/28/2700e60c7e123233273813d316657deb9e4381 HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*

* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81641d8
* About to connect() to alioth.debian.org port 443 (#5)
*   Trying 5.153.231.21...
* Adding handle: conn: 0x81e9a10
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 1 (0x820a5b0) send_pipe: 0, recv_pipe: 1
* - Conn 2 (0x8262da0) send_pipe: 1, recv_pipe: 0
* - Conn 3 (0x826ece0) send_pipe: 1, recv_pipe: 0
* - Conn 4 (0x827b068) send_pipe: 1, recv_pipe: 0
* - Conn 5 (0x81e9a10) send_pipe: 1, recv_pipe: 0
* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/objects/ea/440109c71b8b7b74d35f05c6ec63493801f47c HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*

* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/objects/43/31db3e3e673ac4dbfe8e9f2b42a8e0478dc98a HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*

* The requested URL returned error: 404 Not Found
* Closing connection 1
* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/objects/af/9d18fbbc4b7fb1aa6f13df69667ad6a0dc18b9 HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*

* Connected to alioth.debian.org (5.153.231.21) port 443 (#5)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* SSL re-using session ID
* The requested URL returned error: 404 Not Found
* Closing connection 2
* The requested URL returned error: 404 Not Found
* Closing connection 3
* The requested URL returned error: 404 Not Found
* Closing connection 4
* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/objects/info/http-alternates HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache

* The requested URL returned error: 404 Not Found
* Closing connection 5
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* About to connect() to alioth.debian.org port 443 (#6)
*   Trying 5.153.231.21...
* Adding handle: conn: 0x827b068
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 6 (0x827b068) send_pipe: 1, recv_pipe: 0
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81f55d8
* About to connect() to alioth.debian.org port 443 (#7)
*   Trying 5.153.231.21...
* Adding handle: conn: 0x826ece0
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 6 (0x827b068) send_pipe: 1, recv_pipe: 0
* - Conn 7 (0x826ece0) send_pipe: 1, recv_pipe: 0
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81f55d8
* About to connect() to alioth.debian.org port 443 (#8)
*   Trying 5.153.231.21...
* Adding handle: conn: 0x84f0948
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 6 (0x827b068) send_pipe: 1, recv_pipe: 0
* - Conn 7 (0x826ece0) send_pipe: 1, recv_pipe: 0
* - Conn 8 (0x84f0948) send_pipe: 1, recv_pipe: 0
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81f55d8
* About to connect() to alioth.debian.org port 443 (#9)
*   Trying 5.153.231.21...
* Adding handle: conn: 0x84d3ce8
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 6 (0x827b068) send_pipe: 1, recv_pipe: 0
* - Conn 7 (0x826ece0) send_pipe: 1, recv_pipe: 0
* - Conn 8 (0x84f0948) send_pipe: 1, recv_pipe: 0
* - Conn 9 (0x84d3ce8) send_pipe: 1, recv_pipe: 0
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81f55d8
* About to connect() to alioth.debian.org port 443 (#10)
*   Trying 5.153.231.21...
* Adding handle: conn: 0x8515420
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 6 (0x827b068) send_pipe: 1, recv_pipe: 0
* - Conn 7 (0x826ece0) send_pipe: 1, recv_pipe: 0
* - Conn 8 (0x84f0948) send_pipe: 1, recv_pipe: 0
* - Conn 9 (0x84d3ce8) send_pipe: 1, recv_pipe: 0
* - Conn 10 (0x8515420) send_pipe: 1, recv_pipe: 0
* Connected to alioth.debian.org (5.153.231.21) port 443 (#8)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* SSL re-using session ID
* Connected to alioth.debian.org (5.153.231.21) port 443 (#9)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* SSL re-using session ID
* Connected to alioth.debian.org (5.153.231.21) port 443 (#10)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* SSL re-using session ID
* Connected to alioth.debian.org (5.153.231.21) port 443 (#6)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* SSL re-using session ID
* Connected to alioth.debian.org (5.153.231.21) port 443 (#7)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* SSL re-using session ID
* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/objects/18/66107cc9bc3c856942297ae5b495a2a6b03182 HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*

* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/objects/db/d52ac2ca59d404bdcc29c5c90bda822f2c9334 HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*

* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/objects/77/1a24bb9b956d6abf36cde0bbc7e3145e74e0ff HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*

* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/objects/info/alternates HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache

* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/objects/df/e4acf8454e10bce983c1bb291f24f91e2f4e0c HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*

* The requested URL returned error: 404 Not Found
* Closing connection 10
* The requested URL returned error: 404 Not Found
* Closing connection 8
* The requested URL returned error: 404 Not Found
* Closing connection 9
* The requested URL returned error: 404 Not Found
* Closing connection 6
* Couldn't find host alioth.debian.org in the .netrc file; using defaults
* Found bundle for host alioth.debian.org: 0x81f55d8
* About to connect() to alioth.debian.org port 443 (#11)
*   Trying 5.153.231.21...
* Adding handle: conn: 0x84d3ce8
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 7 (0x826ece0) send_pipe: 0, recv_pipe: 1
* - Conn 11 (0x84d3ce8) send_pipe: 1, recv_pipe: 0
* Connected to alioth.debian.org (5.153.231.21) port 443 (#11)
* successfully set certificate verify locations:
*   CAfile: /usr/share/ca-certificates/ca-bundle.crt
  CApath: none
* The requested URL returned error: 404 Not Found
* Closing connection 7
* SSL connection using DHE-RSA-AES256-GCM-SHA384
* Server certificate:
* 	 subject: O=Debian; CN=alioth.debian.org; emailAddress=admin@alioth.debian.org
* 	 start date: 2013-05-01 18:58:04 GMT
* 	 expire date: 2014-05-01 18:58:04 GMT
* 	 issuer: O=Debian; CN=ca.debian.org; emailAddress=debian-admin@debian.org
* 	 SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /anonscm/git/collab-maint/w3m.git/objects/info/packs HTTP/1.1
User-Agent: git/1.8.3.4
Host: alioth.debian.org
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache

< HTTP/1.1 200 OK
< Date: Mon, 25 Nov 2013 19:08:12 GMT
* Server Apache/2.2.22 (Debian) is not blacklisted
< Server: Apache/2.2.22 (Debian)
< Last-Modified: Wed, 20 Nov 2013 14:40:24 GMT
< ETag: "16837df-36-4eb9cc2e7ec6f"
< Accept-Ranges: bytes
< Content-Length: 54
< 
* Connection #11 to host alioth.debian.org left intact
error: Unable to find 301a9799615268cd517793ce1f368ef95df14410 under https://alioth.debian.org/anonscm/git/collab-maint/w3m.git
Cannot obtain needed object 301a9799615268cd517793ce1f368ef95df14410
while processing commit 6b88d0ccfccdea54807bd63a1609167f57e3e880.
error: Fetch failed.
$ git remote rm debian
$ git remote add debian 'http://anonscm.debian.org/gitweb/?p=collab-maint/w3m.git'
$ GIT_CURL_VERBOSE=1 GIT_SSL_NO_VERIFY=true git fetch -v debian
* Couldn't find host anonscm.debian.org in the .netrc file; using defaults
* Adding handle: conn: 0x8163a88
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x8163a88) send_pipe: 1, recv_pipe: 0
* About to connect() to anonscm.debian.org port 80 (#0)
*   Trying 5.153.231.21...
* Connected to anonscm.debian.org (5.153.231.21) port 80 (#0)
> GET /gitweb/?p=collab-maint/w3m.git/info/refs&service=git-upload-pack HTTP/1.1
User-Agent: git/1.8.3.4
Host: anonscm.debian.org
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache

< HTTP/1.1 404 Not Found
< Date: Mon, 25 Nov 2013 19:10:31 GMT
* Server Apache/2.2.22 (Debian) is not blacklisted
< Server: Apache/2.2.22 (Debian)
< X-Robots-Tag: noindex, nofollow
< Vary: Accept-Encoding
< Content-Encoding: gzip
< Content-Length: 791
< Content-Type: text/html; charset=utf-8
< 
* Connection #0 to host anonscm.debian.org left intact
fatal: repository 'http://anonscm.debian.org/gitweb/?p=collab-maint/w3m.git/' not found
$ git remote rm debian
$ git remote add debian git://alioth.debian.org/anonscm/git/collab-maint/w3m.git
$ GIT_CURL_VERBOSE=1 GIT_SSL_NO_VERIFY=true git fetch -v debian
fatal: remote error: access denied or repository not exported: /anonscm/git/collab-maint/w3m.git
$
Comment 3 Ivan Zakharyaschev 2013-11-26 00:14:58 MSK
Fetching works from git://git.debian.org/git/collab-maint/w3m.git , not the URL given on the webpage from gitweb.

I've found out this URL from reading https://wiki.debian.org/Alioth/Git .
Comment 4 Ivan Zakharyaschev 2014-01-10 01:08:19 MSK
Here is a simialr bug with a text field of the search box of the wiki: https://bugzilla.altlinux.org/show_bug.cgi?id=29697 .
Comment 5 Ivan Zakharyaschev 2017-09-23 13:20:12 MSK
Passing the login at http://gmail.com successfully is still not possible with w3m-0.5.3-alt1 (Invalid Request after submitting the login name), but it works in elinks-0.12-alt0.11, so it must be possible in a console browser.