-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Description
The README currently says:
SSL verification setup:
$curl = new Curl\Curl();
$curl->setOpt(CURLOPT_RETURNTRANSFER, TRUE);
$curl->setOpt(CURLOPT_SSL_VERIFYPEER, FALSE);
$curl->get('https://encrypted.example.com/');
Which makes it sound as if this is a recommend or even good setup, while in fact this disables SSL verification.
I would strongly urge that you rather show how to use this securely, which would mean not disabling TLS security.
/ Daniel, curl lead developer
abackstrom, Reedyn, kushaldas, colinleroy, dorward and 89 moreVergeDX, fossdd, writeblankspace and Washipparittner, alxhu-dev, fossdd, mohammed90, magandrez and 1 morebrad2014, fossdd, jixunmoe, MrCheeze and mormegil-cz
Metadata
Metadata
Assignees
Labels
No labels