-
-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
Description
What steps will reproduce the problem?
yii2-httpclient/src/StreamTransport.php
Lines 41 to 43 in 3fc9b07
| 'ssl' => [ | |
| 'verify_peer' => false, | |
| ], |
What's expected?
This value should be configurable via a property and the default should be true instead of false.
Additional info
| Q | A |
|---|---|
| Yii version | not relevant |
| Yii HTTP Client version | all |
| PHP version | not relevant |
| Operating system | all |
rob006 and flaviovs