Project

General

Profile

Actions

Bug #80369

closed

cURL option for IP4 needed

Added by dermueller no-lastname-given about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-03-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The Extension Manager could not resolve https://repositories.typo3.org/mirrors.xml.gz. "curlUse=1" was set in Install Tool. When I tried my shell with "$ curl https://repositories.typo3.org/mirrors.xml.gz", the URL was perfectly resolvable.

I found out that adding

curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);

to
/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 2.473 solved the problem. So I guess TYPO3 is missing a configuration option for IP4 here?

I am using TYPO3 7.6.16 with PHP Version 7.0.15-0ubuntu0.16.04.4

Actions

Also available in: Atom PDF