Hello community,
I have recently made some changes to my SSL configuration (using nginx with PHP FPM) to increase my rating on https://www.ssllabs.com/ssltest/index.html.
Now I observe issues with Piwik 2.8.3 in Safari 8.0 (10600.1.25). Chrome and Firefox show no problems at all.
I can access the dashboard for all sites and settings without any problems, but as soon as I try to open details for a single site I get a protocol error NSPOSIXErrorDomain: 100 and Safari shows nothing but the error.
I can open this link:
https://piwik.domain.org/index.php?module=UsersManager&action=userSettings&idSite=1&period=day&date=yesterday
But I cannot open this one (protocol error):
https://piwik.domain.org/index.php?module=CoreHome&action=index&date=yesterday&period=day&idSite=3
Has anyone else seen a similar issue yet?? I know too little about PHP specifics to tell whether there is something wrong on the PHP side of things or my nginx configuration is faulty. I am only running Node.JS behind nginx, so I would like to keep it as it is also my reverse proxy for a couple of other sites, so switching to Apache would not be an option (I'd rather use Piwik exclusively with Chrome).
You can find my current configuration in this gist:
https://gist.github.com/yauh/68c460b7659569ee7a86
Any help is appreciated :)
I have recently made some changes to my SSL configuration (using nginx with PHP FPM) to increase my rating on https://www.ssllabs.com/ssltest/index.html.
Now I observe issues with Piwik 2.8.3 in Safari 8.0 (10600.1.25). Chrome and Firefox show no problems at all.
I can access the dashboard for all sites and settings without any problems, but as soon as I try to open details for a single site I get a protocol error NSPOSIXErrorDomain: 100 and Safari shows nothing but the error.
I can open this link:
https://piwik.domain.org/index.php?module=UsersManager&action=userSettings&idSite=1&period=day&date=yesterday
But I cannot open this one (protocol error):
https://piwik.domain.org/index.php?module=CoreHome&action=index&date=yesterday&period=day&idSite=3
Has anyone else seen a similar issue yet?? I know too little about PHP specifics to tell whether there is something wrong on the PHP side of things or my nginx configuration is faulty. I am only running Node.JS behind nginx, so I would like to keep it as it is also my reverse proxy for a couple of other sites, so switching to Apache would not be an option (I'd rather use Piwik exclusively with Chrome).
You can find my current configuration in this gist:
https://gist.github.com/yauh/68c460b7659569ee7a86
Any help is appreciated :)