ZF-9238: sslusecontext throws notice
Description
Zend_Http_Client_Adapter_Socket throws a notice for $this->config['sslusecontext'] on line 205.
config['sslusecontext'] is set in Http/Client/Adapter/Proxy.php to true, only if the secure flag is passed to connect(). It should be set to false, if the flag is not passed, so that no notice is thrown.
Comments
Posted by Shahar Evron (shahar) on 2010-02-23T05:22:40.000+0000
Dupe, should be fixed in SVN and will be fixed when 10.1.2 is released.