Hi,

I'm struggling with https protocol for cloning repos on the gitorious-ce 
appliance.
 
The log is below. On the server side it's simply "GET 
/configs/configs.git/info/refs?service=git-upload-pack HTTP/1.1" 403

/var/www/gitorious/app/config/gitorious.yml
enable_git_http: true
git_http_host: gitorious.myserver.com
git_http_port: 443
git_http_scheme: https

What can be the problem here?! Clone over ssh/git works fine.

$ git clone -v https://gitorious.myserver.com/configs/configs.git
Cloning into 'configs'...
* Couldn't find host gitorious.myserver.com in the .netrc file; using defaults
* Adding handle: conn: 0x7f9aeb000000
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7f9aeb000000) send_pipe: 1, recv_pipe: 0
* About to connect() to gitorious.myserver.com port 443 (#0)
*   Trying 172.xx.xx.xxx...
* Connected to gitorious.myserver.com (172.xx.xx.xxx) port 443 (#0)
* TLS 1.2 connection using TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
* Server certificate: gitorious-ce-va.localdomain
> GET /configs/configs.git/info/refs?service=git-upload-pack HTTP/1.1
User-Agent: git/1.8.5.2 (Apple Git-48)
Host: gitorious.myserver.com
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache

< HTTP/1.1 403 Forbidden
* Server nginx/1.0.15 is not blacklisted
< Server: nginx/1.0.15
< Date: Wed, 07 May 2014 02:33:21 GMT
< Content-Type: text/html
< Transfer-Encoding: chunked
< Connection: keep-alive
< Status: 403 Forbidden
< X-UA-Compatible: IE=Edge,chrome=1
< Cache-Control: no-cache
< X-Request-Id: c277822e003475a04b5561066fb9152a
< X-Runtime: 0.473987
< Content-Encoding: gzip
<
* Connection #0 to host gitorious.myserver.com left intact
fatal: unable to access 'https://gitorious.myserver.com/configs/configs.git/': 
The requested URL returned error: 403

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to