• 
      

    Avoid logging about missing cert keys if not adding a trust cert.

    Review Request #15018 — Created April 16, 2026 and updated

    Information

    Review Board
    release-7.1.x

    Reviewers

    When building an SSL context, we were logging when a key for a trust
    cert couldn't be found when there wasn't even a trust cert to begin
    with. We now log this only when we know we have a cert but no key.

    Hit this while testing another change and verified it was fixed.

    Summary ID
    Avoid logging about missing cert keys if not adding a trust cert.
    When building an SSL context, we were logging when a key for a trust cert couldn't be found when there wasn't even a trust cert to begin with. We now log this only when we know we have a cert but no key.
    a3501b00da66dd975516219e55be89cdf57bff3c
    Checks run (2 succeeded)
    flake8 passed.
    JSHint passed.