Closed Smove closed 2 years ago
This patch will need further cleanup of the use statement in Framework.php, update of the class used in error message to the TYPO3 Guzzle one and removal of "guzzlehttp/guzzle": "^6.3" from composer.json. And then test if all that still works
This is fixed in the latest v10 and v11 releases
Thx @Smove
The GuzzleClientFactory is a helper class from the TYPO3 core to correctly apply the settings from
$GLOBALS['TYPO3_CONF_VARS']['HTTP']
. With this change it is possible to use an outgoing proxy with the h5p extension.