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.sh and archive.php are brokenn with force_ssl #2961

Closed
anonymous-matomo-user opened this issue Feb 20, 2012 · 2 comments
Closed

archive.sh and archive.php are brokenn with force_ssl #2961

anonymous-matomo-user opened this issue Feb 20, 2012 · 2 comments
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.
Milestone

Comments

@anonymous-matomo-user
Copy link

With force_ssl set, archive.sh and archive.php do not work. IMHO FrontController.php is trying to redirect (which is wrong when called in CLI mode) and should be patched:

259c259,260
<                               && !Piwik::isHttps())

---
>                               && !Piwik::isHttps()
>                               && !Piwik_Common::isPhpCliMode())

@mattab
Copy link
Member

mattab commented Feb 21, 2012

Thanks for the report. Also reported in forum post

@mattab
Copy link
Member

mattab commented Feb 23, 2012

(In [5883]) Fixes #2961

@anonymous-matomo-user anonymous-matomo-user added this to the 1.7.x - Piwik 1.7.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.
Projects
None yet
Development

No branches or pull requests

2 participants