Issues with OpenSSL?
-
I have been an avid user of this plugin for years and it’s because it simply works. However i noticed over the last couple of days any site i had built with WP6.6 and the latest version of the plugin would simply fail regardless of where it’s sent from (pagebuilder, contact form 7, administrativ emails such as wordfence etc.)
As these are production sites i had to get them back up and running asap, so i opened a conversation with the host who confirmed that nothing had changed their end. I updated certificates, made sure things were up to date and nothing worked. It was the same issue with over 10 sites.
I have ended up with another mailer, not sure if i can name it but it effectively does exactly the same as WP SMTP but works seamlessly when configured with the same settings.
The site is currently configured for SSL over port 587 and we force TLS with STARTTLS but i’m just flummoxed as to what has happened. Interestingly things are OK on a local install on a mac using local.wp so i’m not ruling out changes with the host quite yet… I snippet of the log here:
Error Log ---
SMTP Debug:
2024-08-24 17:56:36 Connection: opening to mail.[REDACTED].com:587, timeout=30, options=array()
2024-08-24 17:56:36 Connection: opened
2024-08-24 17:56:36 SERVER -> CLIENT: 220-[REDACTED].io ESMTP Exim 4.97.1 #2 Sat, 24 Aug 2024 18:56:36 +0100 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.
2024-08-24 17:56:36 CLIENT -> SERVER: EHLO [REDACTED].com
2024-08-24 17:56:36 SERVER -> CLIENT: 250-gin.hostns.io Hello gin.hostns.io [109.70.148.37]250-SIZE 52428800250-8BITMIME250-PIPELINING250-PIPECONNECT250-AUTH PLAIN LOGIN250-STARTTLS250 HELP
2024-08-24 17:56:36 CLIENT -> SERVER: STARTTLS
2024-08-24 17:56:36 SERVER -> CLIENT: 220 TLS go ahead
2024-08-24 17:56:36 Connection failed. Error #2: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed [[REDACTED]PHPMailer/SMTP.php line 488]
SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
2024-08-24 17:56:36 CLIENT -> SERVER: QUIT
2024-08-24 17:56:36
2024-08-24 17:56:36
2024-08-24 17:56:36 Connection: closed
- You must be logged in to reply to this topic.