Ticket #869 (closed Bug: fixed)
Openflashchart Error 2032 with SSL and Internet Explorer
| Reported by: | fuero | Owned by: | vipsoft |
|---|---|---|---|
| Priority: | major | Milestone: | Piwik 0.4.2 |
| Component: | Core | Keywords: | IE open-flash-chart SSL HTTPS |
| Cc: | Sensitive: | no |
Description
I'm experiencing this issue ( http://dwairi.wordpress.com/2009/01/15/open-flash-chart-ie-and-ssl) with piwik 0.4.1. As indicated in the article, this only surfaces if SSL and IE are used. Firefox, Safari and Opera are fine.
I attached a picture of the incident.
The URL seen in the picture is:
index.php?module=VisitsSummary&action=getEvolutionGraph&columns[]=nb_visits&idSite=1&period=day&date=2009-06-15,2009-07-14&viewDataTable=generateDataChartEvolution
As suggested in the blog article above, the following statements inserted in apache's config will fix this.
BrowserMatch MSIE HAVE_MSIE Header set Expires "Thu, 01 Jan 1970 01:00:00 GMT" env=HAVE_MSIE Header set Cache-Control "must-revalidate, cache, public" env=HAVE_MSIE Header set Pragma "public" env=HAVE_MSIE
I couldn't pinpoint the culprit file, so I tried applying this to all (which works).
This shouldn't make a difference, but I have mod_rewrite rules in place to ensure SSL is used.
RewriteEngine On
RewriteRule /piwik\.php|js) - [L]
RewriteRule (.*) https://%{SERVER_NAME}$1 [R,L]
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

