SSL: no referrer and page url

Hi all,
I have several websites. All of them without ssl. Piwik is installed on separate domain. So I use one piwik for all sites. Everything is OK.
But one new website is with SSL. So I bought SSL for piwik too. But the problem is that piwik doesn’t track ALL information: it doesn’t show refferers + it doesn’t show the visit URL.
Example:
website that we track: https ://domain1.com
Piwik: https ://piwikserver.com/piwik2/

We visiting https ://domain1.com/page.php, but it will be shown as https://piwikserver.info/piwik2/index.php?module=CoreHome&action=index&date=today&period=day&idSite=5
Title will be as on https://domain1.com/page.php, time on page also ok. Visitor information is OK.

If we visit http ://domain1.com/page.php (without https) - everything is OK.
Tried to google that issue but with no result. :anguished:

Need help, PLEASE!
Thanks!

PS. Sorry for spaces in the urls - I can’t put >2 links in the post as I’m new on that forum. :frowning:

Guys, no ideas?
I don’t understand why with SSL I have problems.

Hey there. What does your Tracking-Code look like?

I use proxy script, but tried direct code also.
Code:

<script type="text/javascript">
  var _paq = _paq || [];
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u="//piwikserver.info/piwik2/";
    _paq.push(['setTrackerUrl', u+'piwik.php']);
    _paq.push(['setSiteId', 5]);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  })();
</script>
<noscript><p><img src="//piwikserver.info/piwik2/piwik.php?idsite=5" style="border:0;" alt="" /></p></noscript>

I still have that problem. How to fix it? Somebody, help please.
Thanks!