Re: SSL + mod_dav + Git
From: Sean Estabrooks <hidden>
Date: 2016-06-15 22:45:04
On Tue, 29 Jul 2008 07:53:08 -0400 "Chris Hart" [off-list ref] wrote:
However, once authenticated to the .git folder (cadaver through https), basic commands give strange errors or 404s. Ls throws "Listing collection `/.git/': failed: Could not read status line: Secure connection truncated" and cd /to/some/legitimate/directory throws "Could not access /.git/dir/ (not WebDAV-enabled?): 404 Not Found." Oddly tab-completion for cd suggests the contents of the directory (although I'm cadaver-ing from localhost). Same results remotely in a browser: authenticates successfully and gives 404s.
Hi Chris, Unfortunately this won't be overly helpful, but what you're describing is not a problem with Git. There appears to be some problem with your Apache setup. If nobody on the list here offers a solution, you might want to try the apache mailing list or #apache. Sean