Skip to content

clippy.swf is always loaded over http #965

Closed
@ghost

Description

I'm running gitblit behind a nginx webserver. Nginx does https while the request to giblit is always made via http. I'm setting the following headers for the proxy request:

proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

This works for almost all resources except the clippy.swf which is always loaded over http.

Edit:
The graph in the summary page is also always loaded over http.

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐱 DefectStatus-ObsoleteIssue has been obsoleted by code changes or become irrelevant or staleTopic: RevProxyIssues related to reverse HTTP/S proxying

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions