What steps will reproduce the problem?
|
'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 |
What steps will reproduce the problem?
yii2-httpclient/src/StreamTransport.php
Lines 41 to 43 in 3fc9b07
What's expected?
This value should be configurable via a property and the default should be
trueinstead offalse.Additional info