feat: Trust new intermediate certificates from Sectigo#2142
Merged
nikclayton merged 1 commit intopachli:mainfrom Feb 26, 2026
Merged
feat: Trust new intermediate certificates from Sectigo#2142nikclayton merged 1 commit intopachli:mainfrom
nikclayton merged 1 commit intopachli:mainfrom
Conversation
Sectigo created new intermediate certificates that are not trusted on older Android devices, resulting in errors like: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. when users try and login, or load media from servers using these certificates. To fix this include the new root and intermediate certificates. The new certificates are linked to from https://www.sectigo.com/knowledge-base/detail/Access-New-Sectigo-Certificate-Chain under "DV TLS Roots" and are: sectigo_root_e46.pem, Sectigo Public Server Authentication Root E46, https://crt.sh/?id=4256644603, downloaded from https://crt.sh/?d=4256644603 sectigo_root_r46.pem, intermediate certificate, Sectigo Public Server Authentication Root R46.crt, https://crt.sh/?id=4256644734, downloaded from https://crt.sh/?d=4256644734 Fixes pachli#2141
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sectigo created new intermediate certificates that are not trusted on older Android devices, resulting in errors like:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
when users try and login, or load media from servers using these certificates.
To fix this include the new root and intermediate certificates.
The new certificates are linked to from https://www.sectigo.com/knowledge-base/detail/Access-New-Sectigo-Certificate-Chain under "DV TLS Roots" and are:
sectigo_root_e46.pem, Sectigo Public Server Authentication Root E46, https://crt.sh/?id=4256644603, downloaded from https://crt.sh/?d=4256644603
sectigo_root_r46.pem, intermediate certificate, Sectigo Public Server Authentication Root R46.crt, https://crt.sh/?id=4256644734, downloaded from https://crt.sh/?d=4256644734
Fixes #2141