Project

General

Profile

Actions

Bug #19558

closed

Upload to TER behind proxy not possible

Added by Sven Weiss over 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2008-11-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hi,
at the moment there is no possibility to upload an extension to TER if I am behind a Proxy.
Looked in to the Core and found the part. I have hardcoded my settings there:

class.em_terconnection.php:
$soap = t3lib_div::makeInstance('em_soap');
$soap->init(array('wsdl'=>$this->wsdlURL,'soapoptions'=> array('trace'=>1,'exceptions'=>0
,'proxy_host' => "10.0.0.1"
,'proxy_port' => 8080
,'proxy_login' => "here the proxy username"
,'proxy_password' => "here the password"
)));
$response = $soap->call('uploadExtension', array('accountData' => $accountData, 'extensionData' => $extensionData, 'filesData' => $filesData));

I will see if I can create a patch that will create the possibility to add these settings to localconf.php
(issue imported from #M9721)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #19791: Use native SoapClient implementation of PHP5 onlyClosedMarcus Krause2009-01-11

Actions
Is duplicate of TYPO3 Core - Bug #15697: HTTP Proxy Support missingClosedAlexander Opitz2006-02-21

Actions

No data to display

Actions

Also available in: Atom PDF