ZF-5770: A set of "Unable to Connect to ssl://www.google.com:443" errors.
Description
{panel} 1) testRetrieveActivityFeed(Zend_Gdata_YouTube_ActivityFeedOnlineTest) Zend_Gdata_App_HttpException: Unable to Connect to ssl://www.google.com:443. Error #374526368: Unable to find the socket transport "ssl" - did you forget to enable it when you c onfigured PHP? /home/cawa/ZendFramework/svn/framework/branches/release-1.7/library/Zend/Gdata/ClientLogin.php:140
2) testRetrieveActivityFeedForMultipleUsers(Zend_Gdata_YouTube_ActivityFeedOnlineTest) Zend_Gdata_App_HttpException: Unable to Connect to ssl://www.google.com:443. Error #0: Unable to find the socket transport "ssl" - did you forget to enable it when you configure d PHP? /home/cawa/ZendFramework/svn/framework/branches/release-1.7/library/Zend/Gdata/ClientLogin.php:140
3) testRetrieveFriendFeed(Zend_Gdata_YouTube_ActivityFeedOnlineTest) Zend_Gdata_App_HttpException: Unable to Connect to ssl://www.google.com:443. Error #0: Unable to find the socket transport "ssl" - did you forget to enable it when you configure d PHP? /home/cawa/ZendFramework/svn/framework/branches/release-1.7/library/Zend/Gdata/ClientLogin.php:140 {panel}
Comments
Posted by Alexander Veremyev (alexander) on 2009-02-13T04:52:55.000+0000
Corresponding tests should be skipped if PHP is compiled without openssl.
Posted by Jochen Hartmann (jhartmann) on 2009-02-26T17:28:03.000+0000
Fixed for 1.7.5
@see http://framework.zend.com/issues/browse/ZF-5779