Project

General

Profile

Actions

Bug #62340

closed

6.2.4 wrong comment, <Install>->[All configuration]: [HTTP][proxy_host], prefix 'http://' not needed

Added by Luzido Luzido over 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2014-10-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Francois Suter over 9 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.

Actions #2

Updated by Benni Mack almost 9 years ago

  • Target version set to 7.4 (Backend)
  • Sprint Focus set to On Location Sprint
Actions #3

Updated by Susanne Moog almost 9 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #4

Updated by Frank Nägler almost 9 years ago

  • Status changed from New to In Progress
Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Frank Nägler almost 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Gerrit Code Review over 8 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

Actions #8

Updated by Frank Nägler over 8 years ago

  • Status changed from Under Review to Resolved
Actions #9

Updated by Anja Leichsenring over 8 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions #10

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF