Actions
Feature #59326
closedgetURL with CURLOPT_SSL_VERIFYPEER
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-06-04
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Hello there,
I'd like to address a matter that bothered me for a long time.
GeneralUtiliy::getURL (formerly known as t3lib_div::getURL) is not configurable to ignore broken or invalid SSL certificates, this is not a problem in most of the cases but everytime I have to work on an intranet with self certified SSL certificates I'm lead to modifiy the TYPO3 core which makes it very hard to maintain.
I'd like to see a possibility to configure the php curl_opt CURLOPT_SSL_VERIFYPEER over the TYPO3 configuration, in order to bypass it in an extension if I'd like to.
What do you think about this?
Best Regards
Tizian
Actions