I think I understand what you mean, but problem is apache and gitorious are using port:80. Pound listens on 443 and once it auth's client certs it lets traffic through to port 80. I'm confused, becuase I thought $ git push origin master goes over ssh, which bypasses pound to the internal gitorious server?
On Apr 12, 12:39 am, Marius Mårnes Mathiesen <[email protected]> wrote: > On Mon, Apr 11, 2011 at 1:29 PM, git_usr <[email protected]> wrote: > > the curl command shows the server is replying, but it gives a: > > HTTP/1.1 401 Authorization Required > > followed by a bunch of stuff about the digest auth we are using. > > > I have gitorious running on port 80, but it's behind pound that does > > private ssl cert auth and adds a https header to all traffic, so > > gitorious is viewed via https:// > > So I'm wondering if this is the issue. > > It probably is. If you're able to point gitorious_client_port to the port > Apache uses (not Pound's) and that doesn't require authentication, you > should be okay. > > Cheers, > - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
