Feature #59326
closedgetURL with CURLOPT_SSL_VERIFYPEER
0%
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
Updated by Christoph Lehmann almost 10 years ago
Same problem here: https://forge.typo3.org/issues/54206
The problem is still occurs for me with official signed certificates, since i can not configure the CApath used by curl in this function. Can I?!
Updated by Susanne Moog over 9 years ago
- Status changed from New to Closed
Feature will be handled by the main ticket #28258 where all cURL option tickets are consolidated.