I can't validate the ssl/https.
I get this error:
The validation of "https://mysite/apps/piwik/piwik.php" failed with error "Not Found" (HTTP code 404).

but the url is accessible from the web.

I am in development on localhost if that matters.

Comments

hass’s picture

Category: Bug report » Support request
Status: Active » Fixed

You need to fix your broken server.

SocialNicheGuru’s picture

Status: Fixed » Active

curl -l http://mysiet/applications/analytics/piwik/index.php

produces the following (I am including just an excerpt)

<html id="ng-app"  ng-app="piwikApp">
    <head>
                        <meta charset="utf-8">
            <title>Piwik &rsaquo; Sign in</title>
            <meta http-equiv="X-UA-Compatible" content="IE=EDGE,chrome=1"/>
            <meta name="viewport" content="initial-scale=1.0"/>
            <meta name="generator" content="Piwik - free/libre analytics platform"/>
            <meta name="description" content="free/libre analytics platform"/>
            <meta name="apple-itunes-app" content="app-id=xxx" />
            <meta name="google-play-app" content="app-id=org.piwik.mobile2">
            <link rel="shortcut icon" href="misc/user/favicon.png"/>

                <link rel="shortcut icon" href="plugins/CoreHome/images/favicon.ico"/>
            <script type="text/javascript">
    var piwik = {};
    piwik.token_auth = "anonymous";
    piwik.piwik_url = "http://mysite/applications/analytics/piwik/";
    piwik.cacheBuster = yyyyy";
    piwik.userLogin = "anonymous";
hass’s picture

Status: Active » Fixed

If it is a 404 you need to debug your server.

But I guess it was a 400. see #2483815: validation failed with bad request (http code 400)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.