Actions
Bug #78729
closedSSL CA Bundle not found HTTP['verify']
Start date:
2016-11-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
After changing the HTTP['verify'] in the Install-Tool modules like Language or the ExtensionManager update function are not working anymore.
Seems like HTTP['verify'] is directly passed as string but CurlFactory->applyHandlerOptions() awaits a boolean or the path to the SSL certificate.
See http://docs.guzzlephp.org/en/latest/request-options.html#verify
Actions