Troubleshoot Pinned Certificates
Focus
Focus

Troubleshoot Pinned Certificates

Table of Contents
End-of-Life (EoL)

Troubleshoot Pinned Certificates

Find sites that have pinned certificates so you can decide whether to allow the traffic by excluding it from decryption.
Certificate pinning forces the client application to validate the server’s certificate against a known copy to ensure that certificate really comes from the server. The intent of pinned certificates is to protect against man-in-the-middle (MITM) attacks where a device between the client and the server replaces the server certificate with another certificate.
Although this prevents malicious actors from intercepting and manipulating connections, it also prevents forward proxy decryption because the firewall creates an impersonation certificate instead of the server certificate to present to the client. Instead of one session that connects the client and server directly, forward proxy creates two sessions, one between the client and the firewall and another between the firewall and the server. This establishes trust with the client so that the firewall can decrypt and inspect the traffic.
However, when a certificate is pinned, the firewall cannot decrypt the traffic because the client does not accept the firewall’s impersonation certificate—the client only accepts the certificate that is pinned to the application.
  1. Filter the Decryption log (
    Monitor
    Logs
    Decryption
    ) to find pinned certificates using the query
    (error contains ‘UnknownCA’)
    .
    The application generates a TLS error code (Alert) when it fails to verify the server’s certificate. Different applications may use different error codes to indicate a pinned certificate. The most common error indicators for pinned certificates are UnknownCA and BadCertificate. After running the
    (error contains ‘UnknownCA’)
    query, run the query
    (error contains ‘BadCertificate’)
    to catch more pinned certificate errors.
    You can use Wireshark or other packet analyzers to double-check the error. Look for the client breaking the connection immediately after the TLS handshake to confirm that it is a pinned certificate issue.
  2. Decide what to do about pinned certificates.
    If you don’t need access for business purposes, you can let the firewall continue to block access. If you need access, then you can Exclude a Server from Decryption for Technical Reasons by adding it to the SSL Decryption Exclusion List (
    Device
    Certificate Management
    SSL Decryption Exclusion
    .
    The firewall bypasses decryption for sites on the SSL Decryption Exclusion List. The firewall cannot inspect the traffic, but the traffic is allowed.

Recommended For You