On Tue, Dec 14, 2010 at 5:56 PM, ShaneOG <shane.ogr...@gmail.com> wrote:
> I've just installed Gitorious on a private server as I need to use
> this in-house.
>
> This will not be used for any private projects at all.
>
> I have a requirement to host this via SSL only. Is this possible at
> all with Gitorious?
>
> When I access the https://git.myhost.com URL I get redirected to
> http://git.myhost.com
>
> Can anyone give me some guidance on this please?

Had the same issue:


diff --git a/app/helpers/application_helper.rb
b/app/helpers/application_helper.rb
index 86b0647..588a21e 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -553,7 +553,7 @@ module ApplicationHelper
   end

   def dashboard_path
-    root_url(:host => GitoriousConfig["gitorious_host"], :protocol => "http")
+    root_url(:host => GitoriousConfig["gitorious_host"])
   end

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

Reply via email to