Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

piwik + ssl-proxy images fail to load #8605

Closed
ShinyShrimp opened this issue Aug 20, 2015 · 3 comments
Closed

piwik + ssl-proxy images fail to load #8605

ShinyShrimp opened this issue Aug 20, 2015 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@ShinyShrimp
Copy link

hi,

I'm using my piwik now behind a ssl-rpxy and it seems to work so far. But the images are not loading correctly because the links to logos etc are wrong now.

Does anyone have an idea how to solve this?

20-08-2015 14-53-11

this is the wrong link:
https://ssl-account.com/misc/user/logo-header.png

it has to be this:
https://ssl-account.com/analytics.jan-asmuth.de/misc/user/logo-header.png

@tsteur
Copy link
Member

tsteur commented Aug 20, 2015

Can you maybe have a look at #8030 (comment) and let us know the output of $_SERVER ?

Feel free to hide any output that shouldn't be public or to send us an email to "hello at piwik.org"

@mattab
Copy link
Member

mattab commented Sep 19, 2015

@ShinyShrimp can you let us know the content of PHP $_SERVER? We kinda need it in order to fix this issue.

To get it, can you create a file like test.php in your Piwik directory and paste

<?php

var_export($_SERVER);

afterwards you can open this file by opening the URL https://yourdomain/test.php in the browser. Please remove this file afterwards again

(refs #6880)

@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Sep 20, 2015
@mattab mattab added this to the Short term milestone Sep 20, 2015
@mattab
Copy link
Member

mattab commented Nov 2, 2015

@ShinyShrimp please post your feedback in #6644

@mattab mattab closed this as completed Nov 2, 2015
@mattab mattab added the duplicate For issues that already existed in our issue tracker and were reported previously. label Nov 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

3 participants