- This topic has 1 reply, 2 voices, and was last updated 14 years, 1 month ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Tech › Web Development › How to Enable SSL on PHP
Configure your WP Advanced Email Options as follows:
smtp.gmail.com / 465 / Use SSL encryption / Use SMTP authentication
Send a test message. If you are getting:
Could not connect to SMTP host.
Unable to find the socket transport "ssl" -
did you forget to enable it when you configured PHP?
you need to check phpinfo(). Search for openSSL.
If it is not installed and enabled you need to install it.
Rerun latest PHP install, make sure you picked OpenSSL extension.
Double check, if these lines added to your php.ini:
[PHP_OPENSSL]
extension=php_openssl.dll
Remember to restart your WEB server.
© 2010-2025 DomainWebCenter.com. All Rights Reserved. | Disclaimer | Contact the Editor