SSL Bug
-
hey guys!
my current apache configuration:
[…]
<VirtualHost piwik.kloiberm.com:80>
ServerAdmin [email protected]
DocumentRoot /xxxx/yyy/zzzz
ServerName piwik.kloiberm.comErrorLog /xxxx/yyy/zzzz//logs/error.log
CustomLog /xxxx/yyy/zzzz/logs/access.log combinedRedirect permanent / https://piwik.kloiberm.com/
</VirtualHost><VirtualHost piwik.kloiberm.com:443>
ServerName piwik.kloiberm.com
DocumentRoot /xxxx/yyy/zzzzErrorLog /xxxx/yyy/zzzz/logs/error.log
CustomLog /xxxx/yyy/zzzz/logs/access.log combined#CERTIFICATES#
….
</VirtualHost>[…]
yesterday: when i added the url (https://piwik.kloiberm.com) in the wp-piwik plugin with my token it always said unknown site/blog. [Support]
and the testscript returned the following:
*** Test 1/2: SitesManager.getSitesWithAtLeastViewAccess ***
Using: cURL
SSL peer verification: enabled
User Agent:
Call: https://piwik.kloiberm.com/?module=API&method=SitesManager.getSitesWithAtLeastViewAccess&format=XML&token_auth= + TOKEN
Result:Time: 0.18s
*** Test 2/2: SitesManager.getSitesIdFromSiteUrl ***
Using: cURL
SSL peer verification: enabled
User Agent:
Call: https://piwik.kloiberm.com/?module=API&method=SitesManager.getSitesIdFromSiteUrl&url= THE URL &format=XML&token_auth= + TOKEN
Result:Time: 0.15s
now i get the error message: Piwik did not answer. Please check your entered Piwik URL
when i change the url to http://piwik.kloiberm.com the testscript returns the error 301 moved permantly
when i change the apache2 config and make piwik accessable through port 80 everything runs and works perfectly. (i just comment the redirect permanent statement out)
could you please help me? 🙂
The topic ‘SSL Bug’ is closed to new replies.