Bug #77489
closedcurl: respect ssl_* settings without curlProxyServer=1
0%
Description
Hi all.
if ['SYS']['curlUse'] is true and ['SYS']['curlProxyServer'] is false, the ['HTTP']['ssl_*']-Settings are not respected.
The lines from 2480 to 2489 (7.6.10) should be moved after line 2472.
greets, jochen
Updated by Jochen Weber over 8 years ago
The line-numbers are for the file "GeneralUtility.php"
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53543
Updated by Oliver Hader over 7 years ago
Can you please describe the use case in more detail please.
The SSL settings have been put like this on purpose in issue #75038
Thanks in advance for your feedback
Updated by Benjamin Kluge over 7 years ago
One usage are: I want to set a custom ca-file and or an ca-path for internal server communication without setting a proxy.
Other usage: It should be possible to set the verify peer to false (without setting proxy), we've a internal server with a custom certificate
Updated by Alexander Opitz over 6 years ago
- Is duplicate of Bug #75908: Respect ssl_verify_peer, ssl_verify_host and ssl_capath settings for curl requests not only in case of using curlProxyServer added
Updated by Alexander Opitz over 6 years ago
- Status changed from Under Review to Closed
Closing this as duplicate of #75908