• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

SSL fail to sign e-mail

IulianOlaru

Basic Pleskian
So after I have successfully installed a Comodo SSL on a domain name in Plesk 12 I have discovered that Wordpress stopped sending e-mails and in the logs I have found this error:

Code:
14487#0: *14180 FastCGI sent in stderr: "PHP message: PHP Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in /var/www/vhosts/villaorangebali.com/httpdocs/wp-includes/class-smtp.php on line 344" while reading upstream

Now of course that at the same time in /var/log/maillog:

Code:
warning: TLS library problem: 28386:error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca:s3_pkt.c:1259:SSL alert number 48:

As I understand there is an issue with the SSL certificate but I don't know exactly what. Do I need another SSL certificate for the mail service?

I have installed the SSL through Plesk and I am using nginx.

Thank you in advance for the assistance.

With respect and appreciation,
Jules
 
What is output of command

# rpm -Va ca-certificates

?
 
Dear Igor,
Thank you for your reply and willingness to assist on this matter.

There is no output after issuing the rpm command.
Code:
[root@h2376451 ~]# rpm -Va ca-certificates
[root@h2376451 ~]#

What is there to do ?
 
It seems to be an issue with php-fpm .. I have used a later version and the e-mail service started working again.
 
Back
Top