Bug #19558
closedUpload to TER behind proxy not possible
0%
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)
No data to display