I am setting up the PHPBB forum software under PHP running on IIS6 on a Windows 2003 server. When I set up PHPBB to contact the Gmail pop server, I get the following error:
E-mail error
ยป EMAIL/SMTP
/bbsforum/ucp.php
Could not connect to smtp host : 0 : Unable to find the socket transport "tls" - did you forget to enable it when you configured PHP?
<b>[phpBB Debug] PHP Notice</b>: in file <b>/includes/functions_messenger.php</b> on line <b>835</b>: <b>fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to tls://smtp.gmail.com:465 (Unable to find the socket transport "tls" - did you forget to enable it when you configured PHP?)</b><br />
We're running IIS6 under Windows 2003 Server, so how do we enable TLS? I read something about having to compile PHP in OpenSSL, but this seems to apply to Linux or Unix, and I have no clue how to do this, or install this in Windows.
I did uncomment the openssl line in the PHP.ini file in the Windows directory, but this didn't do it.
Can someone please tell me how do you enable TLS in PHP in IIS?
Thanks
Rog