Install gitblit on a secure port.
When viewing the page it shows a warning there are unsecure items to show. Would be
a nice improvement if this wasn't shown.
See http://jira.codehaus.org/browse/SONARPLUGINS-1231 for reference.
Reported by lemval on 2012-02-09 08:43:16
The text was updated successfully, but these errors were encountered:
The browser is complaining about the request for the activity graph which is an http
request, not an https request. I only run gitblit in https mode but I must have added
an exception because I forgot about that message.
To fix it I have to either submit an upstream patch for the Wicket charts library (unlikely
to be accepted since they are on the 1.5 series and I'm using the last 1.4 stable release)
or replace the activity graph with a home-brew variant like the one on the Activity
page. The home-brew option is probably what I will do but I'm not sure if I will work
on this for the next release.
For now you will have to live with it and configure your browser to not care.
Originally reported on Google Code with ID 61
Reported by
lemval
on 2012-02-09 08:43:16The text was updated successfully, but these errors were encountered: