iamnotyourda...@gmail.com writes:

> Hello Gitorious Devs and Gurus.
>
> Is this issue still open and unsolved ?
>
> I am trying to get gitorious to work on an Apache server that is in full
> HTTPS and after a long convoluted fight (don't get me started on ruby
> version compatibility strategies and some other stuff like that, I am still
> hot on the subject  ;) ) I have it nearly fully working on my FreeBSD
> machine.
>
> But I can't git+SSH push onto Gitorious because, I think,  of that issue.
>
> Basically if I put "port 80" on the gitorious.yml, Gitorious of course
> gives a "transient error" in the gitorious_auth.log  because he can't reach
> himself there (it is on port 443) and if I put port 443,
> log/gitorious_auth.log spurs "F, [2013-03-26 01:54:20#82344] FATAL -- :
> Net::HTTPBadResponse wrong status line: "<!DOCTYPE HTML PUBLIC
> \"-//IETF//DTD HTML 2.0//EN\">":
> /usr/local/lib/ruby/1.8/net/http.rb:2030:in `read_status_line'...
> "
> because it seems to force the http protocol on an https  connection ...

You should probably set up a virtual host serving this over plain http
and use that port as gitorious_client_port. To disallow this from being
publicly available, simply restrict that host to local requests only.

Cheers,
- Marius

-- 
-- 
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/groups/opt_out.


Reply via email to