I host on hostinger VPS and aaPanel. WordPress is my registrar. I installed WordPress, updated SSL and everytime I try to load the login page I get an error that my SSL version or cipher is mismatched. Also I am taken back to my wordpress.com account page where I am told that my website is the primary website and my plan doesn’t support it.
if anyone can tell me how to manage this issue. I don’t have a WordPress hosting plan and I don’t want one. But I have all domains registered with WordPress.
]]>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 failedSMTP server error: QUIT command failed
The detailed debug log indicates this is a SSL certificate error. I have un-installed WP Mail SMTP, re-activated, and the results are the same. How do I fix this?
]]>I have tried disabling all plugins through phpmyadmin but that did not help the situation. Please help.
Thank you,
Emma
]]>Kindly help me in resolving the issue.
]]>I can’t activate the SSL certificate with the plugin in pro version anyway.
Site:luminotherapie-formation.com/, hosted by OVH, error message:
Certificate generation was rate limited for 10 minutes because authorization failed.
I’m stuck at this step.
How to unblock the situation? THANKS.
I noticed that my site is down after the v6.2.5 update. I haven’t had any issues with this plugin until now. I’m getting invalid cert errors when attempting to access my site. Please help! Thanks.
]]>thx for the plugin. it works fine on Computer for me. But on mobile devices like smartphones i get an SSL Error.
How can is fix this.
Thx and best regards
]]>When sending a test I get this error:
Versions:
WordPress: 6.1.1
WordPress MS: No
PHP: 8.1.10
WP Mail SMTP: 3.7.0
Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
error:141A318A:SSL routines:tls_process_ske_dhe:dh key too smallSMTP server error: QUIT command failed Detail:
Host: mail5.sterling.net
Port: 587
SMTPSecure: tls
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)
Server:
OpenSSL: OpenSSL 1.1.1n 15 Mar 2022
Debug:
Email Source: WP Mail SMTP
Mailer: Other SMTP
SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
error:141A318A:SSL routines:tls_process_ske_dhe:dh key too smallSMTP server error: QUIT command failed Detail:
SMTP Debug:
2023-01-19 22:39:17 Connection: opening to mail5.sterling.net:587, timeout=300, options=array()
2023-01-19 22:39:17 Connection: opened
2023-01-19 22:39:17 SERVER -> CLIENT: 220 mail5.sterling.net ESMTP Postfix
2023-01-19 22:39:17 CLIENT -> SERVER: EHLO specializedhousinginc.org
2023-01-19 22:39:17 SERVER -> CLIENT: 250-mail5.sterling.net250-PIPELINING250-SIZE 153600000250-VRFY250-ETRN250-STARTTLS250-AUTH PLAIN LOGIN250-AUTH=PLAIN LOGIN250-ENHANCEDSTATUSCODES250-8BITMIME250 DSN
2023-01-19 22:39:17 CLIENT -> SERVER: STARTTLS
2023-01-19 22:39:17 SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
2023-01-19 22:39:17 Connection failed. Error #2: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small [/opt/bitnami/wordpress/wp-includes/PHPMailer/SMTP.php line 468]
SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small
2023-01-19 22:39:17 CLIENT -> SERVER: QUIT
2023-01-19 22:39:18 SERVER -> CLIENT:
2023-01-19 22:39:18 SMTP ERROR: QUIT command failed:
2023-01-19 22:39:18 Connection: closed
SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small
So I did some research and checked the error logs and found this:
Mailer: Other SMTP
SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
error:141A318A:SSL routines:tls_process_ske_dhe:dh key too smallSMTP server error: QUIT command failed Detail:
Source
WP Mail SMTP
/bitnami/wordpress/wp-content/plugins/wp-mail-smtp/src/Admin/Pages/TestTab.php (line: 345)
I’ve been researching and trying to fix this for days and I’m completely at a loss.
Thanks for any help!
]]>I have a 500 internal server error.
I try to reinstall the old version of the plugin or to write on the htaccess file but it doesnt work.
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I’m not a webmaster and I manage my website alone.
Could you help me ?