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 should be usable even when the piwik server does not have https #1790

Closed
anonymous-matomo-user opened this issue Oct 30, 2010 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

I discovered that piwik monitoring will not work if the piwik webserver is not available on https.

Configuring HTTPS is not so simple and assuming that if the monitored server is using HTTPS the same is valid for piwiki is a bad assumption.

Also even when HTTPS is configured if the certificate does not validate the monitoring will fail.

Another issue is performance, https does request additional load for both client and server, load that may not be desired.

By default piwik should work even if the server is available only on http://.

@robocoder
Copy link
Contributor

Unfortunately, this is a web server configuration issue and outside of Piwik's scope.

If the web site being tracked is using https, you can't expect browsers to respect the non-SSL tracking.

Your options are:

  • get a valid SSL certificate for your Piwik web server
  • set up Piwik on the same domain as that being tracked
  • use Piwik's non-JavaScript tracking API on the web site being tracked as a proxy to your Piwik web server

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.1 milestone Jul 8, 2014
This issue was closed.
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. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

3 participants