Hi, On Tue, Jun 1, 2010 at 11:24 PM, Jeremiah Foster <jeremiah.foster@xxxxxxxxxxxxxx> wrote: > GIT_CURL_VERBOSE=1 git push origin master > * About to connect() to git.pelagicore.net port 443 (#0) > * Trying 109.74.195.212... * connected > * Connected to git.pelagicore.net (109.74.195.212) port 443 (#0) > * found 142 certificates in /etc/ssl/certs/ca-certificates.crt > * server certificate verification SKIPPED > * common name: www.pelagicore.net (does not match 'git.pelagicore.net') > * server certificate expiration date OK > * server certificate activation date OK > * certificate public key: RSA > * certificate version: #1 > * subject: CN=www.pelagicore.net > * start date: Mon, 08 Feb 2010 13:49:15 GMT > * expire date: Thu, 06 Feb 2020 13:49:15 GMT > * issuer: CN=www.pelagicore.net > * compression: NULL > * cipher: AES-128-CBC > * MAC: SHA1 >> GET /var/www/git/administrivia.git/info/refs?service=git-receive-pack HTTP/1.1 > User-Agent: git/1.7.1 > Host: git.pelagicore.net > Accept: */* > Pragma: no-cache > > * The requested URL returned error: 403 You're getting a 403 Forbidden here. What authentication method were you expecting? FYI, after this, the requests show that git is falling back to the "dumb"/WebDAV protocol, which the server doesn't seem to support. -- Cheers, Ray Chuan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html