Actions
Task #85340
closed[FEATURE] Allow specifying a CURL_IPRESOLVE variant for cURL requests.
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-06-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
This allows specifying an IP resolve method for cURL requests in `GeneralUtility::getUrl`.
That change can prevent weird issues with certain SSL/TLS certificates where this function fails although when specifying the correct [CURL_IPRESOLVE](http://php.net/manual/en/function.curl-setopt.php) type, it does indeed work.
This should also be - and also can - backported to the TYPO3 v6.2 branch.
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/114
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57292
Updated by Susanne Moog over 5 years ago
- Status changed from Under Review to Rejected
Not needed anymore as of Guzzle Integration.
Actions