|
Message-ID: <20220113222649.GB7074@brightrain.aerifal.cx> Date: Thu, 13 Jan 2022 17:26:50 -0500 From: Rich Felker <dalias@...c.org> To: Florian Fainelli <f.fainelli@...il.com> Cc: musl@...ts.openwall.com, Markus Mayer <mmayer@...adcom.com> Subject: Re: git cloning over https? On Thu, Jan 13, 2022 at 01:44:23PM -0800, Florian Fainelli wrote: > Hi Rich, > > Would you consider allowing git.musl-libc.org to serve the > repositories over https rather than git? For some obscure reasons > some corporate environments do block the git protocol whereas https > goes through. > > Thanks! I've been trying to, but there's a content transfer encoding issue getting the requests through thttpd's cgi right (something about gzip) that I haven't been able to resolve, that's blocking it from actually working. The right solution is either migrating httpd (but there are no good ones :/) or patching thttpd to convey this part of the request to cgi correctly. If there are any volunteers to help with the latter I'd be happy to test. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.