16aeabc5f054e67797e9139b68b2bfcb911cd6ac
[git-annex.git] /
1 [[!comment format=mdwn
2  username="yarikoptic"
3  avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
4  subject="comment 4"
5  date="2021-01-22T01:47:46Z"
6  content="""
7 yeap, it is not about 404 ... 
8
9 <details>
10 <summary>with gogs/gin situation is obscure but \"easyish\" - 401 is returned upon access to `/info/refs` but not above:</summary> 
11
12 ```shell
13 $> wget -S \"https://gin.g-node.org/SakshamSharda/ophys_testing1.git/info/refs\"
14 --2021-01-21 20:37:22--  https://gin.g-node.org/SakshamSharda/ophys_testing1.git/info/refs
15 Resolving gin.g-node.org (gin.g-node.org)... 141.84.41.219
16 Connecting to gin.g-node.org (gin.g-node.org)|141.84.41.219|:443... connected.
17 HTTP request sent, awaiting response... 
18   HTTP/1.1 401 Unauthorized
19   Date: Fri, 22 Jan 2021 01:37:23 GMT
20   Server: Apache/2.4.38 (Debian)
21   content-type: text/plain
22   www-authenticate: Basic realm=\".\"
23   content-length: 0
24   set-cookie: lang=en-US; Path=/; Max-Age=2147483647
25   set-cookie: gnode_gin=823b677f19feb8ef; Path=/; HttpOnly
26   set-cookie: _csrf=GrekbiqDJleLLNcVyax5z77buGY6MTYxMTI3OTQ0MzYwMTMyMzE4NQ; Path=/; Expires=Sat, 23 Jan 2021 01:37:23 GMT
27   Keep-Alive: timeout=5, max=100
28   Connection: Keep-Alive
29
30 Username/Password Authentication Failed.
31 1 51975 ->6 [2].....................................:Thu 21 Jan 2021 08:37:23 PM EST:.
32 (git)lena:~/proj/misc/git[master]git
33 $> wget -S \"https://gin.g-node.org/SakshamSharda/ophys_testing1.git/info\"     
34 --2021-01-21 20:37:52--  https://gin.g-node.org/SakshamSharda/ophys_testing1.git/info
35 Resolving gin.g-node.org (gin.g-node.org)... 141.84.41.219
36 Connecting to gin.g-node.org (gin.g-node.org)|141.84.41.219|:443... connected.
37 HTTP request sent, awaiting response... 
38   HTTP/1.1 404 Not Found
39   Date: Fri, 22 Jan 2021 01:37:53 GMT
40   Server: Apache/2.4.38 (Debian)
41   content-type: text/html; charset=UTF-8
42   set-cookie: lang=en-US; Path=/; Max-Age=2147483647
43   set-cookie: gnode_gin=26d42c5108c8715d; Path=/; HttpOnly
44   set-cookie: _csrf=SAKUL4rdspufTb_lxEWIijnzYBU6MTYxMTI3OTQ3Mjk5MDczODgzMA; Path=/; Expires=Sat, 23 Jan 2021 01:37:52 GMT
45   Keep-Alive: timeout=5, max=100
46   Connection: Keep-Alive
47   Transfer-Encoding: chunked
48 2021-01-21 20:37:53 ERROR 404: Not Found.
49
50
51 ```
52 </details>
53
54
55 github is ... trickier, or to say -- my C/gdb/whatever foo is not good enough, since
56
57 <details>
58 <summary>it is still 404 with simple wget but git remote-https seems to get 401:</summary> 
59
60 ```shell
61 (gdb) p results
62 $15 = {curl_result = CURLE_HTTP_RETURNED_ERROR, http_code = 401, auth_avail = 1, http_connectcode = 0}
63 (gdb) p rl
64 No symbol \"rl\" in current context.
65 (gdb) p url
66 $16 = 0x5555557a4450 \"https://github.com/yarikoptic/abcd-testds2/info/refs?service=git-upload-pack\"
67 (gdb) bt
68 #0  http_request (url=0x5555557a4450 \"https://github.com/yarikoptic/abcd-testds2/info/refs?service=git-upload-pack\", 
69     result=<optimized out>, target=<optimized out>, options=0x7fffffffd920) at http.c:1981
70 #1  0x00005555555665bf in http_request_reauth (
71     url=0x5555557a4450 \"https://github.com/yarikoptic/abcd-testds2/info/refs?service=git-upload-pack\", result=0x7fffffffd880, 
72     target=0, options=0x7fffffffd920) at http.c:2040
73 #2  0x000055555555f7f3 in discover_refs (service=<optimized out>, service@entry=0x5555556b622c \"git-upload-pack\", 
74     for_push=for_push@entry=0) at remote-curl.c:493
75 #3  0x000055555556137e in get_refs (for_push=<optimized out>) at remote-curl.c:548
76 #4  cmd_main (argc=argc@entry=3, argv=argv@entry=0x7fffffffdcd8) at remote-curl.c:1523
77 #5  0x000055555555ee94 in main (argc=3, argv=0x7fffffffdcd8) at common-main.c:52
78
79 ```
80
81 ```
82 $> wget --header \"Git-Protocol: version=2\" --header \"Pragma: no-cache\" -S 'https://github.com/yarikoptic/abcd-testds2/info/refs?service=git-upload-pack' 
83 --2021-01-21 20:41:21--  https://github.com/yarikoptic/abcd-testds2/info/refs?service=git-upload-pack
84 Resolving github.com (github.com)... 140.82.114.3
85 Connecting to github.com (github.com)|140.82.114.3|:443... connected.
86 HTTP request sent, awaiting response... 
87   HTTP/1.1 404 Not Found
88   Server: GitHub.com
89   Date: Fri, 22 Jan 2021 01:41:21 GMT
90   Content-Type: text/plain; charset=utf-8
91   Status: 404 Not Found
92   Vary: X-PJAX, Accept-Encoding, Accept, X-Requested-With
93   Cache-Control: no-cache
94   Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
95   X-Frame-Options: deny
96   X-Content-Type-Options: nosniff
97   X-XSS-Protection: 1; mode=block
98   Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
99   Expect-CT: max-age=2592000, report-uri=\"https://api.github.com/_private/browser/errors\"
100   Content-Security-Policy: default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'
101   Set-Cookie: _gh_sess=UoF3mYOvfYf5mFbK1tr7aWOuYpQbNoJVhajA5nr2ANUvg%2FekQjtgh0h3xLva0EcwHnLNNsl7VMEdVLXNGi9Yn4AbjrBxX0sdo51DL1XQYR%2Bm3ZeS71I7keexEnrZspp%2FQxaT7cJpceXr7ZrKg2HwJu8dMo%2Bcz13Vr%2F9p7MtZ6cIjUMMF3ql8GX%2BYO949RdgS31KNBb1Ln917v7GlLaZhbejgGAYJOFI2YMuWhs3WkZxOZCMy1JnW%2Bbp3OcdyffBt0ToaKaLcUx1mt6kzzOb4Ow%3D%3D--FD5dTEIs8HUBjIdH--P%2B86pTRJ%2FwWUndICVXAaNA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
102   Set-Cookie: _octo=GH1.1.1513753117.1611279681; Path=/; Domain=github.com; Expires=Sat, 22 Jan 2022 01:41:21 GMT; Secure; SameSite=Lax
103   Set-Cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 22 Jan 2022 01:41:21 GMT; HttpOnly; Secure; SameSite=Lax
104   Content-Length: 9
105   X-GitHub-Request-Id: 8F40:2881:CD3AD3:1222997:600A2D41
106 2021-01-21 20:41:21 ERROR 404: Not Found.
107 ```
108
109 </details>
110
111 but overall the point is that git does seems to get 401 with auth availability (although I failed to dig out how exactly it gets it).  So I will leave it to the experts to figure out how
112 """]]