• 
      

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

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

    Information

    Review Board
    release-7.1.x

    Reviewers

    When building an SSL context, we were logging when a key for a client
    cert couldn't be found when there wasn't even a client 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
    Description From Last Updated

    Your summary/description say "trust cert" but the change is inside the client certificate path.

    david david
    david
    1. 
        
    2. Show all issues

      Your summary/description say "trust cert" but the change is inside the client certificate path.

    3. 
        
    chipx86
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-8.x (afd4e02)