Trying to import my webserver's log-files using import_logs.py
results in the error:
hostname X doesn't match Y
.
It retries to import the data but eventually gives up.The URL is set properly to the web-address (a https
-subdomain without proper certificate) of the matomo-installation. The hostname "X" is the hostname of the host the installation is running, so this is fine. The other hostname (let's say to discriminate this one from the other by using the variable "Y") is a strange one and cannot be found in any of my config scripts of the matomo installation. It resembles the tld
of that of hostname "X" but with an other subdomain.
Using python version 2.7.15
. On my other installation using python version 2.7.6
that error is not experienced.