Bug #62340
closed6.2.4 wrong comment, <Install>->[All configuration]: [HTTP][proxy_host], prefix 'http://' not needed
100%
Description
Hi,
i tried to use a proxy-server for outgoing connection and had some trouble after i followed the documentation for the 'proxy_host' variable...
BUG-DESCRIPTION ===============
choosing 'Install' in the Module-menu,
then click 'All configuration',
unfold $TYPO3_CONF_VARS['HTTP'] -tree.
In that list the [HTTP][proxy_host] Var has wrong inline-documentation:
[HTTP][proxy_host] = 127.0.0.1
String: Default proxy server as "http://proxy.example.org" (You must not set the port here. Set the port below.)
I found the above string in:
./typo3/sysext/core/Configuration/DefaultConfiguration.php
With my installed T3 ver. 6.2.4, and no curl-extension installed,
http-over-proxy-connection did not work.
I removed the 'http://'-prefix-string, and everything was allright :)
!Not testet with curl-extension!
SUGGESTED SOLUTION
==================
remove the the 'http://' in the file
./typo3/sysext/core/Configuration/DefaultConfiguration.php
with the line:
'proxy_host' => '', // String: Default proxy server as "http://proxy.example.org" (You must not set the port here. Set the port below.)
FURTHER QUESTION ================
For the variable [SYS][curlUse]
the documentation in the content-area tells me:
Boolean: If set, try to use cURL to fetch external URLs
i'm not sure, but is this deprecated for 6.2?
---
I'm a t3 beginner, my first bug-report, thanks for the good work
Updated by Francois Suter about 10 years ago
- Project changed from 1097 to TYPO3 Core
- Category set to Install Tool
- TYPO3 Version set to 6.2
- Is Regression set to No
Hi Luzido,
Thanks for your report. It landed in the wrong bug tracker, but I have moved it to the right one.
"curlUse" in not deprecated at all. For your other problem, I don't know, I hope someone else can answer.
Updated by Benni Mack over 9 years ago
- Target version set to 7.4 (Backend)
- Sprint Focus set to On Location Sprint
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42306
Updated by Frank Nägler over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset eb093a13a164120de22c1bc28f5b691756cf927e.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42593
Updated by Frank Nägler over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset eeaa0b7383dbb0c7c4d96b122ad9b595c640b9f5.
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed