Gmail経由でメール送信できなくなった「TLS Negotiation failed」

gmail_logo Linux
gmail_logo

契約しているメールサーバーで発行しているメールアドレスのドメインで一斉にメール送信できなりました。

Gmailでは下記のエラーで送信できません

“TLS Negotiation failed, the certificate doesn’t match the host. For more information, go to https://support.google.com/a/answer/2520500, code: 550”

他のドメインのアカウントではGmail経由で送信できるのでGmailの問題ではなく、送れなくなっているメールサーバーの問題と考えられるので、メールサーバのSSL証明を「openssl」コマンドで確認すると以下になってました。

opensslコマンドが利用できない場合は、SSLチェックできるサイトで確認しても良いと思います

$ openssl s_client -connect mail.example.org:587 -starttls smtp < /dev/null
CONNECTED(00000003)
depth=3 C = GB, ST = Greater Manchester, L = Salford, O = Comodo CA Limited, CN = AAA Certificate Services
verify return:1
depth=2 C = US, ST = New Jersey, L = Jersey City, O = The USERTRUST Network, CN = USERTrust RSA Certification Authority
verify return:1
depth=1 C = GB, ST = Greater Manchester, L = Salford, O = Sectigo Limited, CN = Sectigo RSA Domain Validation Secure Server CA
verify return:1
depth=0 CN = mail.example.org
verify error:num=10:certificate has expired
notAfter=Oct 20 23:59:59 2025 GMT
verify return:1
depth=0 CN = mail03.willnet.org
notAfter=Oct 20 23:59:59 2025 GMT

notAfter=Oct 20 23:59:59 2025 GMT ・・・・証明書の更新が失敗して証明書切れの可能性が高いので、サポートページに問い合わせを実施したら、

証明書更新で問題あり再発行したので、今は問題ないってことらしいです。
1時間くらい調べるのに時間かかりました。しっかりしてくれメール業者。。。。

スポンサーリンク
スポンサーリンク
スポンサーリンク
スポンサーリンク
LinuxWindows11
スポンサーリンク
シェアする
adminをフォローする
タイトルとURLをコピーしました