yii\httpclient\Client SSL verification behavior across transports
The yii\httpclient\Client provides a unified interface for making HTTP requests, utilizing either cURL or stream transports depending on the environment and configuration. By default, the client performs SSL peer verification to ensure the security of HTTPS connections. While the verify option allows developers to toggle certificate checks, there is a potent