Project

General

Profile

Actions

Feature #28258

closed

cURL: allow custom curl params

Added by Stefan Neufeind almost 13 years ago. Updated about 8 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2011-07-16
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:

Description

curl allows:
CURLOPT_PROXYTYPE Either CURLPROXY_HTTP (default) or CURLPROXY_SOCKS5.

This option is currently not present and would allow using a socks5-proxy.

Testing is possible by using for example the built-in SOCKS5-proxy of OpenSSH with:
ssh -D 8080 user@someservers

Would allow using SOCKS5-proxies and (as said here) also ease things like temporarily tunneling an intranet-server to the outside world (to fetch updates, ...).

PS: Imho implementation should wait for changes from #27988.


Related issues 5 (0 open5 closed)

Related to TYPO3 Core - Feature #27988: Override / add curl options to t3lib_div::getUrlRejectedKilian Hann2011-07-08

Actions
Related to TYPO3 Core - Feature #21775: additional curl options for install toolClosed2009-12-02

Actions
Related to TYPO3 Core - Feature #28839: Add USERAGENT to cURL request in t3lib_div#getURL()Closed2011-08-08

Actions
Related to TYPO3 Core - Feature #31818: Implement curl proxy blacklist in t3lib_div::getUrlClosedTolleiv Nietsch2011-11-15

Actions
Related to TYPO3 Core - Feature #59326: getURL with CURLOPT_SSL_VERIFYPEERClosed2014-06-04

Actions
Actions

Also available in: Atom PDF