Problems connecting to Matomo instance through proxy server
-
Hello,
we do have a problem with an internal WordPress-Installation with wp-piwik plugin that shall connect to an external Matomo instance through a proxy server.
The error message is: “WP-Piwik 1.0.19 was not able to connect to Piwik using your configuration. Check the »Connect to Piwik« section below.”
The proxy settings within the wp-config.php looks like this:
/* Configure proxy Server */
define(‘WP_PROXY_HOST’, ‘10.0.1.6’);
define(‘WP_PROXY_PORT’, ‘3128’);
define(‘WP_PROXY_USERNAME’, ‘myuser’);
define(‘WP_PROXY_PASSWORD’, ‘mypassword’);
define(‘WP_PROXY_BYPASS_HOSTS’, ‘localhost’);And with these settings WordPress is able to check for news and updates.
Are there any other settings within the plugin that needs to be set or anything else I can check?
Thanks and best regards,
Benni
The topic ‘Problems connecting to Matomo instance through proxy server’ is closed to new replies.