I am considering to use a redirect for the Piwik tracking request like this:
http://example.com/piwik.php?idsite=1 => https://example.com/piwik.php?idsite=1
The Reason for the redirect is, that it is not possible to change the tracking request for the affected site.
I know that the referer informtion is lost (see http://piwik.org/faq/troubleshooting/#faq_51)
But are there any other problems when using a redirect?