Unable to find the socket transport ’ssl’ - did you forget to enable it when you configured PHP?
May 22nd, 2008
This is en error which you may get while running some PHP scripts.
If you are the admin of your server, you need to reconfigure PHP adding the –with-openssl option.
If not, ask your hosting company to do so.
The SSL module is mainly used by PHP script to open secure HTTP (HTTPS) data connections.