The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
"Email Options" Set this to SSL/TLS with PHP 5.6?
I am getting error from Diagnostics Email test if "Email Options" Set this to SSL/TLS with PHP 5.6, If i am set Email Options setting to None then vBulletin Email Test are working but why i am cannot get working "Email Options" Set this to SSL/TLS with PHP 5.6? PHP 5.5 are still working With SSL/TLS. Please any one can help me ?
Code:
------------------------------------------ The mailing function returned an error while trying to send the mail. The following errors were outputted by PHP when attempting to send mail: PHP Warning: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in ..../includes/class_mail.php on line 757 PHP Warning: fsockopen(): Failed to enable crypto in ..../includes/class_mail.php on line 757 PHP Warning: fsockopen(): unable to connect to ssl://na.nirmoladda.com:465 (Unknown error) in ..../includes/class_mail.php on line 757 PHP User Warning: Unable to connect to SMTP server in ..../includes/class_mail.php on line 716 |
#2
|
|||
|
|||
Well the error states "certificate verify failed" which means that the SSL/TLS certificate of the mail server is either invalid/expired/does not exist.
I believe the certificate check can be disabled, but that requires a modification to the class_mail.php file of vBulletin. |
#3
|
|||
|
|||
Please can you let me know, How to reinstalling the certificate mail server for cPanel? I am not using https. Can you post here the modification to the class_mail.php file of vBulletin for disable the certificate check?
Attachment 153369 |
#4
|
|||
|
|||
Looked at the function but I don't think it can be disabled since it's built into the fsockopen function of PHP.
Other people managed to solve it by making some other changes: http://forum.directadmin.com/showthread.php?t=50885 http://akrabat.com/ssl-certificate-v...on-on-php-5-6/ |
#5
|
|||
|
|||
I am already doing this steps but this does not help. Please, do you have any other Suggestions?
|
#6
|
|||
|
|||
Have any one can help me ? Please ....
|
#7
|
|||
|
|||
Make sure ca-certificates is up to date and then try running the command `update-ca-certificates` as root in Terminal. If that still doesn't work for you, as Dave explained, take a look at those URLs. If not, you may want to check out alternative ways to send emails.
|
#8
|
|||
|
|||
Not working the command `update-ca-certificates` as root in Terminal.
Code:
login as: root Using keyboard-interactive authentication. Password: Last login: Tue Sep 22 14:59:26 2015 from 151.55.154.92 root@aa [~]# update-ca-certificates -bash: update-ca-certificates: command not found root@aa [~]# |
#10
|
|||
|
|||
Doing all thing but does not get fixed.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|