Transport Layer Security (TLS) Alerts

ThousandEyes HTTP server tests allow users to detect and alert on common Transport Layer Security (TLS) issues, including missing or expired certificates, unsupported TLS versions, and weak or specific cipher suites. This section covers how to access TLS session information, and how to configure alerts.

Certificate Chains

See Certificate Chain Basics for more information.

TLS Session Information

TLS session information is displayed in a slide-out panel accessible by clicking the Details link in the Response column in the Table view:

The panel displays the TLS version, cipher suite, certificate chain, and details about each certificate in the chain, as well as separate tabs for the HTTP request and response headers:

When a TLS error is detected, the Details link mentioned above is moved from the Response column to the Error column, and follows a summary description of the error found. The example image below shows that a certificate has expired:

When the Details link is clicked, the slide-out panel provides details of the error:

TLS Alert Rule Configuration

To configure an alert rule for TLS information:

  1. Either open an existing HTTP server alert rule, or create a new one (see Creating and Editing Alert Rules for more information).

  2. In the Alert Conditions section, open the drop-down menu, and select the desired condition:

    • Certificate

    • SSL Version

    • Cipher Suite

  3. Set the condition values:

  4. Optional: Click the Plus icon and repeat steps two and three to configure additional TLS alert conditions.

  5. Click Create New Alert Rule or Save Changes to save the alert rule.

The example below shows each of the TLS options configured:

The table below is a list of recommended cipher suites:

Troubleshooting

See Chain Validation Failure Scenarios for more information.

Caveats

  • If the target site uses HTTP/2 and issues at least one redirect, and the last request is to the same domain as the previous request, then the certificates will be lost.

Last updated