Untrusted root certificate for outlook.com mx server

Stanley Quinn 25 Reputation points
2026-06-20T13:29:31.0766667+00:00

On April 15, 2026, Mozilla and Google Chrome removed DigiCert G1 roots from their trust stores. This was notified by DigiCert here:

https://docs.digicert.com/de/certcentral/order-and-manage-certificates/reports-and-advisories/review-the-g1-root-removal-advisory.html

Since Linux distributions typically source their root certificates from Mozilla, and since the outlook.com mx server tls certificates terminate at the DigiCert G1 certificate, this means tls connections to the outlook.com mx server are no longer trusted by software like Postfix.

Whilst most configurations will continue to deliver mail without trust, some configurations, particularly where mta-sts is enforced, will now refuse to deliver mail.

Please review "unable to get local issuer certificate" warnings in output below.

Are there any plans to update the tls certificate chain of trust for outlook-com.olc.protection.outlook.com to terminate at a newer root certificate?

debian@server:~$ dig outlook.com mx +short
5 outlook-com.olc.protection.outlook.com.

debian@server:~$ openssl s_client -starttls smtp -connect outlook-com.olc.protection.outlook.com:25 -servername outlook-com.olc.protection.outlook.com -verify_return_error
Connecting to 52.101.68.4
CONNECTED(00000003)
depth=1 C=US, O=DigiCert Inc, CN=DigiCert Cloud Services CA-1
verify error:num=20:unable to get local issuer certificate
20ED2F8FFFFF0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:2125:
---
Certificate chain
 0 s:C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=mail.protection.outlook.com
   i:C=US, O=DigiCert Inc, CN=DigiCert Cloud Services CA-1
   a:PKEY: RSA, 2048 (bit); sigalg: sha256WithRSAEncryption
   v:NotBefore: Aug 27 00:00:00 2025 GMT; NotAfter: Aug 26 23:59:59 2026 GMT
 1 s:C=US, O=DigiCert Inc, CN=DigiCert Cloud Services CA-1
   i:C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA
   a:PKEY: RSA, 2048 (bit); sigalg: sha256WithRSAEncryption
   v:NotBefore: Sep 25 00:00:00 2020 GMT; NotAfter: Sep 24 23:59:59 2030 GMT
---
no peer certificate available
---
No client certificate CA names sent
Requested Signature Algorithms: RSA-PSS+SHA256:RSA-PSS+SHA384:RSA-PSS+SHA512:RSA+SHA256:RSA+SHA384:RSA+SHA1:ECDSA+SHA256:ECDSA+SHA384:ECDSA+SHA1:DSA+SHA1:RSA+SHA512:ECDSA+SHA512
Shared Requested Signature Algorithms: RSA-PSS+SHA256:RSA-PSS+SHA384:RSA-PSS+SHA512:RSA+SHA256:RSA+SHA384:ECDSA+SHA256:ECDSA+SHA384:RSA+SHA512:ECDSA+SHA512
Peer Temp Key: ECDH, secp384r1, 384 bits
---
SSL handshake has read 4794 bytes and written 2047 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384
Protocol: TLSv1.3
This TLS version forbids renegotiation.
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 20 (unable to get local issuer certificate)
---
20ED2F8FFFFF0000:error:0A000197:SSL routines:SSL_shutdown:shutdown while in init:../ssl/ssl_lib.c:2804:

Outlook | Web | Outlook.com | Email

1 answer

Sort by: Most helpful
  1. Hornblower409 12,980 Reputation points
    2026-06-22T19:07:00.96+00:00

    @Stanley Quinn and @Kolatat Thangkasemvathana

    Again, this is way out of my area. All I can do is try to give you some leads.

    I see a Microsoft Support article from the Exchange Team that I think is a related. You can try commenting on that:

    Trust DigiCert Global Root G2 Certificate Authority to Avoid Exchange Online Email Disruption
    https://techcommunity.microsoft.com/blog/exchange/trust-digicert-global-root-g2-certificate-authority-to-avoid-exchange-online-ema/4488311

    And some Q&A post from Exchange users, who are advised that the migration to the DigiCert Global Root G2 and DigiCert Global Root G3 is automatic. Which obviously doesn't apply to you.

    https://learn.microsoft.com/en-us/answers/questions/5818418/azure-managed-certificates

    https://learn.microsoft.com/en-us/answers/questions/5698818/a-number-of-customer-are-reporting-ssl-certificate

    I can't find any way for someone without a Microsoft Business Subscription to contact the right support team for this. The consumer support site ( https://support.microsoft.com/en-us/home/contact ) doesn't even have a product choice for something like this.

    The only Q&A Tags I can find that might be related is the Exchange group:

    User's image

    If you don't have any way to reach Microsoft Business Support ( https://learn.microsoft.com/en-us/microsoft-365/admin/get-help-support ), all I can suggest is that you repost under an Exchange Tag and reference the "April 2026 DigiCert Global Root CA (G1) industry distrust" and see if someone over there will pick it up. You can include a link to this post for reference.

    Please put a link to any new Q&A post, or any other results you find, as a Comment on this thread for the next poor soul who comes here looking for an answer.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.