[PM-24697] Allow cleartext traffic on OCSP and CRL servers (#5761)

This commit is contained in:
aj-rosado 2025-08-20 21:10:03 +01:00 committed by GitHub
parent bc0a18f250
commit 717d5665e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,18 @@
</trust-anchors>
</base-config>
<!-- A lot of TLS certificates point to http:// URLs for CRL and OCSP checking,
so we need to allow cleartext traffic on them -->
<domain-config cleartextTrafficPermitted="true">
<!-- CRL Distribution Servers -->
<domain includeSubdomains="true">c.lencr.org</domain>
<domain includeSubdomains="true">c.pki.goog</domain>
<!-- OCSP Responder Servers -->
<domain includeSubdomains="true">o.pki.goog</domain>
<domain includeSubdomains="true">ocsp.sectigo.com</domain>
</domain-config>
<domain-config cleartextTrafficPermitted="false">
<domain includeSubdomains="true">bitwarden.com</domain>
<domain includeSubdomains="true">bitwarden.eu</domain>