That URL scheme is not correct... somehow what is supposed to be a request of https://www.google.com/accounts is being rewritten to ssl:// www.google.com. You must be running behind a firewall at work that is modifying the request.
-Vic On Wed, Jun 8, 2011 at 4:01 PM, Brewster Burns <[email protected]>wrote: > First, sorry if this is in the wrong spot, but I'm primarily working with > spreadsheets. > > I am able to connect (using Zend clientLogin) and get feeds when I am at > home using my Apache server on Mac. > > At work, using our server, I get: > ERROR: Unable to Connect to ssl://www.google.com:443. Error > #130558672: Unable to find the socket transport "ssl" - did you forget to > enable it when you configured PHP? > > The PHP configuration on my machine and the work machine is identical, > except for the Phar settings: > > Home: > > <https://lh5.googleusercontent.com/-GDwuRONLkwM/Te_Raz22UpI/AAAAAAAAAes/FaFylckvPt8/home.png> > > Work: > > > <https://lh4.googleusercontent.com/-QX5We_JCXQU/Te_SQCbU4HI/AAAAAAAAAfE/PxkvK-chAeQ/work> > > To be clear, SSL is enabled, except for the in the Phar settings, but can't > figure out how to enable it -- the openssl extension IS installed (v1.0.0c > -- will 'd' solve the issue?) > > I have tried everything I can find online except a reinstall of PHP > (current version id 5.3.1). I have uncommented the Phar settings, I have > copied the php.ini file and placed it in the Windows directory. > > Also, I'm pretty sure that a month ago, I was not getting the error, and > the site admin claims no internal changes since then. > > Any ideas? > >
