Community

SMTP Server SSL Issues When Connecting To Gmail

ab
abdulrahman #1

Hi. I set up the emails and installed the SSL. When connecting it to Gmail, the pop server is connecting without issues. But when connecting SMTP it is giving mi SSL error.
Error: TLS Negotiation failed, the certificate doesn’t match the host., code: 550

jo
josephgodwinke #5

You have SMTP delivery issues. Check if you have unblocked all smtp ports in your firewalls? If this is digital ocean or linode contact your service provider to help you

ab
abdulrahman #6

I am using Hostinger VPS hosting. There is firewall section in the cyberpanel. Is it something there or in the Hostinger settings?

jo
josephgodwinke #11

Did you try port 25 ?

ab
abdulrahman #12

Port 25 worked only with the not secure connection

jo
josephgodwinke #13

Good that means your SMTP configurations are ok you just need to fix the ssl issues with link shared

ab
abdulrahman #14

I enabled the firewall by a mistake from cyberpanel and now I can’t access it. How can I turn it off using ssh?

jo
josephgodwinke #16
firewall-cmd --permanent --zone=public --add-port=25/tcp
firewall-cmd --permanent --zone=public --add-port=587/tcp
firewall-cmd --permanent --zone=public --add-port=465/tcp
jo
josephgodwinke #18
systemctl stop firewalld.service

jo
josephgodwinke #19

What did you do for this to happen ?

ab
abdulrahman #20

It is working now. I just hit the green start button in the firewall page and then I couldn’t access the panel anymore.
image

Sign in to reply