PHP question, help!! (relates to OpenSSL)
Posted: Wed Jul 21, 2010 8:06 am
Hey everyone!
Quick question, how do I check that my OpenSSL is working on my server? (Server 2003 / IIS 6.0 / PHP )
I have vBulletin and it is throwing SMTP errors when attempting to send a test email using gmail's SMTP server (smtp.gmail.com)
It requires SSL and it does mention SSL in the error, however, I have went into php.ini in both C:\php and C:\windows and changed
;extension=php_openssl.dll
to
extension=php_openssl.dll
Also have the required dll's in their respective directories, then rebooted the server.
I have since then not found a way I can check if it is truly an OpenSSL issue...
Quick question, how do I check that my OpenSSL is working on my server? (Server 2003 / IIS 6.0 / PHP )
I have vBulletin and it is throwing SMTP errors when attempting to send a test email using gmail's SMTP server (smtp.gmail.com)
It requires SSL and it does mention SSL in the error, however, I have went into php.ini in both C:\php and C:\windows and changed
;extension=php_openssl.dll
to
extension=php_openssl.dll
Also have the required dll's in their respective directories, then rebooted the server.
I have since then not found a way I can check if it is truly an OpenSSL issue...