I was trying to connect to paypal using SSL. But i get this warning
Warning: fsockopen() [function.fsockopen]: unable to connect to
ssl://www.paypal.com:443 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in C:\Inetpub\wwwroot\Test1\testfsock.php on line 5
Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (2048)
I am using php with IIS. i have already uncommented the extension for enabling openssl in php.ini.
Can someone please help.