![]() |
CURLRequest option 'verify => false' behavior similar with curl -k - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: CURLRequest option 'verify => false' behavior similar with curl -k (/showthread.php?tid=79990) |
CURLRequest option 'verify => false' behavior similar with curl -k - nicolae.g.iotu - 08-30-2021 Please make CURLRequest option 'verify => false' behavior similar with curl -k (--insecure) At the moment CURLRequest option 'verify => false' fails for ... being insecure. This happens on internal networks, when host does not match certificate subject name and probably other security related reasons. Have a great day ahead, Nicolae, IOTU |