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

archive.php should allow the selection of https for curl (trunk) #2825

Closed
anonymous-matomo-user opened this issue Dec 13, 2011 · 1 comment
Closed
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone

Comments

@anonymous-matomo-user
Copy link

Perhaps by simply not specifying protocol and allowing the user to set http or https in the piwikUrl? eg.

-               $this->piwikUrl ="http://{$_SERVER['argv'][1]}/index.php";
+               $this->piwikUrl = {$_SERVER['argv'][1]}/index.php";
@mattab
Copy link
Member

mattab commented Feb 12, 2012

See comment in: #2327

Then, the archive.php will automatically issue all requests to the https server.

@anonymous-matomo-user anonymous-matomo-user added this to the 1.7 Piwik 1.7 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
duplicate For issues that already existed in our issue tracker and were reported previously. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

2 participants