-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy configuration is not taken into account #46
Comments
@FBuchholz If I read correctly, you are using a proxy to access the outside world? The extension uses the default Guzzle client shipped by TYPO3, so - when configured correctly - should be able to connect through that proxy AFAIK. |
We have configure the proxy via config/system/ additional.php (see above) . Wee proxy worksm but the exceptions not. <?php
$GLOBALS['TYPO3_CONF_VARS']['HTTP']['proxy'] = [
'http' => 'http:// ip :8080',
'https' => 'http:// pi :8080',
'no' => [
'.domain.com',
'localhost',
'.domain.io',
'matomo.host',
],
]; |
@FBuchholz So, the Matomo request should not be passed through the proxy (as it is defined in |
YES, the call has direct local Connection without Proxy. If no Proxy are Setup the Dashboards are Working as expected. The Issue is only with enabled Proxy Parameter inkl. excluded Hosts as attached in this Ticket. |
Okay, strange, as I just use the default client provided by TYPO3. Will look into it in the next days. |
@FBuchholz I created a fix: b0a2536 in the https://github.com/brotkrueml/typo3-matomo-widgets/commits/bugfix-46 branch. Please check and confirm, if this solves your issue. |
@FBuchholz Can you have a look at the fix and if it works for you? b0a2536 in the https://github.com/brotkrueml/typo3-matomo-widgets/commits/bugfix-46 branch |
@FBuchholz Sadly, it seems the feature is not important to you anymore. It won't get merged, if no feedback is provided. Please have a look at the PR. |
Hi, sorry for the delay. I tested the lib feature and can confirm that it works. |
Current behavior
Dashboard is stopping typo3 an afters show attached error.
Expected behavior/output
Working Dashboard and not stopping typo3.
Steps to reproduce
Configure dashboard in siteconfig.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
TYPO3 Version | 12.4.1
nginx/1.25.0 PHP 8.2.6
MySQL 10.9.6-MariaDB-1:10.9.6+maria~ubu2204
Linux 5.15.0-73-generic
Matomo Widgets version(s): v2.2.0
TYPO3 version(s): 12.4.1
Is your TYPO3 installation set up with Composer (Composer Mode): yes
OS: UBUNTU 22.04
Possible Solution
Proxy parameter not used by extension e.g. exclution local hosts?
The text was updated successfully, but these errors were encountered: