[TYPO3-german]  Re: TYPO3 8.7 hinter Proxy/Guzzle
    Stefan G. 
    mail at stefangeiling.de
       
    Mon Jul 17 08:18:26 CEST 2017
    
    
  
Soo, es funktioniert jetzt und bitte fragt mich nicht, wo das "config"-Array hergekommen ist (ich hab's mir wirklich nicht ausgedacht)! So sieht meine Config jetzt aus:
    'HTTP' => [
        'verify' => false,
        'curl' => [
            CURLOPT_PROXY => 'xxx:8080',
            CURLOPT_PROXYUSERPWD => 'user:pass',
            CURLOPT_PROXYAUTH => CURLAUTH_NTLM
        ]
    ],
Einen schönen Start in die Woche :-)
    
    
More information about the TYPO3-german
mailing list